ItemViewBuilder class
Constructors
-
ItemViewBuilder({double? height, Color? backgroundColor, List<
Widget> children = const <Widget>[], EdgeInsetsGeometry? rowPadding})
Properties
- backgroundColor → Color?
-
条目背景颜色
final
-
children
→ List<
Widget> -
子视图
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double?
-
条目视图高度
final
- rowPadding → EdgeInsetsGeometry?
-
行边距
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