methods library

Functions

align(Widget widget, Alignment alignment) Widget
center(Widget widget) Widget
click(Widget widget, dynamic onClick, Style style, ButtonProps props) Widget
column(List<Widget> children, Style props) Widget
decoration(Widget widget, Style props) Widget
expanded(Widget widget) Widget
flex({required Style style, List<Widget> children = const []}) Widget
margin(Widget widget, Style space) Widget
padding(Widget widget, Style style) Widget
position(Widget widget, double? left, double? right, double? top, double? bottom) Widget
rounded(Widget widget) Widget
row(List<Widget> children, Style props) Widget
size(Widget widget, double? height, double? width) Widget