CustomLayoutBuilderItem class
Constructors
- CustomLayoutBuilderItem({required double width, required double height, required Widget builder(), double? top, double? left, double? right, double? bottom, AnimationType animationType = AnimationType.fade})
Properties
- animationType → AnimationType
-
动画类型
final
- bottom → double?
-
组件底部位置,仅custom时有效
final
- builder → Widget Function()
-
builder构建方法
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double
-
组件高度
final
- left → double?
-
组件左侧位置,仅custom时有效
final
- right → double?
-
组件右侧位置,仅custom时有效
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- top → double?
-
组件顶部位置,仅custom时有效
final
- width → double
-
组件宽度,当为header时,width参数无效
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