RowBuilder class
Row 建造者 - 专门处理 Row 布局
Constructors
-
RowBuilder.new(List<
Widget> children)
Properties
Methods
-
asContainer(
) → ContainerBuilder - 转换为ContainerBuilder
-
build(
) → Widget - 构建Row组件
-
gap(
double gap) → RowBuilder -
gap1(
) → RowBuilder -
gap2(
) → RowBuilder -
gap3(
) → RowBuilder -
gap4(
) → RowBuilder -
gap5(
) → RowBuilder -
gap6(
) → RowBuilder -
gap8(
) → RowBuilder -
itemsBaseline(
) → RowBuilder -
itemsCenter(
) → RowBuilder -
itemsEnd(
) → RowBuilder -
itemsStart(
) → RowBuilder -
itemsStretch(
) → RowBuilder -
justifyAround(
) → RowBuilder -
justifyBetween(
) → RowBuilder -
justifyCenter(
) → RowBuilder -
justifyEnd(
) → RowBuilder -
justifyEvenly(
) → RowBuilder -
justifyStart(
) → RowBuilder -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onTap(
VoidCallback? onTap) → Widget - 添加点击事件
-
rowGrow(
) → RowBuilder -
rowShrink(
) → RowBuilder -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited