Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

  • RuntimeBaseClass

Index

Constructors

Properties

Methods

Constructors

Private constructor

Properties

Readonly internalRuntimeType

internalRuntimeType: Type<typeof Image> = ...

props

props: ImageProps

src

src: string

tag

tag: string

Methods

build

  • build(): Widget

Static network

  • network(src: string, props: Pick<ImageProps, "key" | "width" | "height" | "scale" | "semanticLabel" | "excludeFromSemantics" | "color" | "colorBlendMode" | "fit" | "alignment" | "repeat" | "matchTextDirection" | "gaplessPlayback" | "filterQuality" | "cacheWidth" | "cacheHeight">): Image
  • Parameters

    • src: string
    • props: Pick<ImageProps, "key" | "width" | "height" | "scale" | "semanticLabel" | "excludeFromSemantics" | "color" | "colorBlendMode" | "fit" | "alignment" | "repeat" | "matchTextDirection" | "gaplessPlayback" | "filterQuality" | "cacheWidth" | "cacheHeight">

    Returns Image

Generated using TypeDoc