FespContainerData class
- Annotations
-
- @FespNodeBuildersA.new(builders: [FespNodeBuilderField(className: 'FespContainerBuilderData', returnType: 'SizedBox', classFields: [FespNodeBuilderClassField(type: 'Widget', name: 'child'), FespNodeBuilderClassField(type: 'double', name: 'width'), FespNodeBuilderClassField(type: 'double?', name: 'height')])])
Constructors
- FespContainerData({FespContainerSize size = FespContainerSize.FILL, FespContainerType type = FespContainerType.USUAL, double margin = 8, double padding = 8, double? height, SizedBox fespBuilder0(BuildContext p0, $FespContainerBuilderData p1)?})
-
const
Properties
- fespBuilder0 → SizedBox Function(BuildContext p0, $FespContainerBuilderData p1)?
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double?
-
final
- margin → double
-
final
- padding → double
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → FespContainerSize
-
final
- type → FespContainerType
-
final
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