SpWML class

(en) SpWMLBuilder wrapper widget. This widget can only be used for widgets that have no internal state. It is for example the display of text.

(ja) SpWMLBuilder ラッパー ウィジェット。 このウィジェットは、内部状態を持たないウィジェットにのみ使用できます。 例えばテキストの表示のみを行う場合は有用です。

Inheritance

Constructors

SpWML(String spWML, {MainAxisAlignment mainAA = MainAxisAlignment.start, CrossAxisAlignment crossAA = CrossAxisAlignment.start, MainAxisSize mainAS = MainAxisSize.max, EdgeInsets margin = const EdgeInsets.all(0), EdgeInsets padding = const EdgeInsets.all(0), SpWMLFontStyle? spWMLStyle, SpWMLInfo? info, TextFieldManager? tfm, IndexManager? im, FlagManager? fm, MultiIndexManager? mim, MultiFlagManager? mfm, ValueManager? vm, StateManager? sm, GlobalKey<State<StatefulWidget>>? key})
(en)The manager class is automatically set using the sid set in the layout as a key.

Properties

crossAA CrossAxisAlignment
final
fm → FlagManager?
final
hashCode int
The hash code for this object.
no setterinherited
im → IndexManager?
final
info SpWMLInfo?
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
mainAA MainAxisAlignment
final
mainAS MainAxisSize
final
margin EdgeInsets
final
mfm → MultiFlagManager?
final
mim → MultiIndexManager?
final
padding EdgeInsets
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sm → StateManager?
final
spWML String
final
style SpWMLFontStyle
final
tfm → TextFieldManager?
final
vm → ValueManager?
final

Methods

build(BuildContext context) Widget
(en)Build widget.
override
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
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
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

Operators

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