ImgElement class

(en) The img.

(ja) imgの実装。

Inheritance

Constructors

ImgElement(int serial, Map<String, String> params, SpWMLParamsWrapper spwmlParams, int parentSerial, int lineStart, int lineEnd, SpWMLFontStyle style, SpWMLInfo? info, ImgParamsWrapper elParams)
  • serial : Array Index.
  • params : Element parameters.
  • spwmlParams : The spwml element parameters.
  • parentSerial : Parent Element serial.
  • lineStart : line info for the Error handling.
  • lineEnd : line info for the Error handling.
  • style : Font styles.
  • info : SpWML info.
  • elParams : This element parameters.
  • Properties

    elParams ImgParamsWrapper
    final
    hashCode int
    The hash code for this object.
    no setterinherited
    info SpWMLInfo?
    finalinherited
    key Key?
    Controls how one widget replaces another widget in the tree.
    finalinherited
    lineEnd int
    finalinherited
    lineStart int
    finalinherited
    params Map<EnumSpWMLParams, dynamic>
    finalinherited
    parentSerial int
    finalinherited
    runtimeType Type
    A representation of the runtime type of the object.
    no setterinherited
    serial int
    finalinherited
    spwmlParams SpWMLParamsWrapper
    finalinherited
    style SpWMLFontStyle
    finalinherited
    type EnumSpWMLElementType
    finalinherited

    Methods

    build(BuildContext context) Widget
    Assemble and return the widget.
    inherited
    constraints(Widget child) Widget
    Wrap if necessary.
    inherited
    container(Widget child) Widget
    Wrap if necessary.
    inherited
    createElement() StatelessElement
    Creates a StatelessElement to manage this widget's location in the tree.
    inherited
    debugDescribeChildren() List<DiagnosticsNode>
    Returns a list of DiagnosticsNode objects describing this node's children.
    inherited
    debugFillProperties(DiagnosticPropertiesBuilder properties) → void
    Add additional properties associated with the node.
    inherited
    expand(Widget child) Widget
    Wrap if necessary.
    inherited
    getBorderSide() BorderSide?
    Get button or card borderSide. This method is used internally by the package and should not be called externally.
    inherited
    getClassName() String
    Get this class name.
    override
    getShape() OutlinedBorder?
    Get element shape. It works for btn, card, radioBtn and checkbox. This method is used internally by the package and should not be called externally.
    inherited
    getSID() String?
    (en) Gets the SID set for this element. Returns null if not set.
    inherited
    getWidget(BuildContext context) Widget
    Assemble and return the widget.
    override
    initParams() ImgElement
    Initialize the parameters.
    override
    material(Widget child) Widget
    Wrap if necessary.
    inherited
    noSuchMethod(Invocation invocation) → dynamic
    Invoked when a nonexistent method or property is accessed.
    inherited
    setBGColor(Color c) → void
    Set background color. Calling this will also automatically update the box decoration internally.
    inherited
    setBytesImage(Uint8List image) → void
    (en)Set bytes image.
    setIsGone(bool isGone) → void
    Set visibility flag.
    inherited
    toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
    Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
    inherited
    toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
    A string representation of this object.
    inherited
    toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
    Returns a string representation of this node and its descendants.
    inherited
    toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
    Returns a one-line detailed description of the object.
    inherited
    toStringShort() String
    A short, textual description of this widget.
    inherited
    transform(Widget child) Widget
    Wrap if necessary.
    inherited

    Operators

    operator ==(Object other) bool
    The equality operator.
    inherited