-
expanded({int flex = 1})
→ Expanded
-
Available on Widget,
provided by the WidgetExt extension
-
onLongPress(VoidCallback onLongPress)
→ InkWell
-
Available on Widget,
provided by the WidgetExt extension
-
onTap(VoidCallback onTap, {int? interval})
→ InkWell
-
Available on Widget,
provided by the WidgetExt extension
默认有效点击间隔一秒,interval=0 时无间隔时间
-
padding(EdgeInsetsGeometry padding)
→ Padding
-
Available on Widget,
provided by the WidgetExt extension
-
positioned({double? left, double? top, double? right, double? bottom})
→ Positioned
-
Available on Widget,
provided by the WidgetExt extension