FespTextData class
- Annotations
-
- @FespNodeBuildersA.new(builders: [FespNodeBuilderField(className: 'FespTextBuilderData', returnType: 'Text', classFields: [FespNodeBuilderClassField(type: 'String', name: 'text', position: 0)]), FespNodeBuilderField(className: 'FespSelectableTextBuilderData', returnType: 'SelectableText', classFields: [FespNodeBuilderClassField(type: 'String', name: 'text', position: 0)])])
Constructors
- FespTextData({bool isSelectable = true, double padding = 5, Text fespBuilder0(BuildContext p0, $FespTextBuilderData p1)?, SelectableText fespBuilder1(BuildContext p0, $FespSelectableTextBuilderData p1)?})
-
const
Properties
- fespBuilder0 → Text Function(BuildContext p0, $FespTextBuilderData p1)?
-
finalinherited
- fespBuilder1 → SelectableText Function(BuildContext p0, $FespSelectableTextBuilderData p1)?
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isSelectable → bool
-
final
- padding → double
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited