menu
pretty_widgets package
documentation
pretty_widgets.dart
WidgetExtension
alignTopLeft method
alignTopLeft method
dark_mode
light_mode
alignTopLeft
method
Widget
alignTopLeft
(
)
Implementation
Widget alignTopLeft() { return Align( alignment: Alignment.topLeft, child: this, ); }
pretty_widgets package
documentation
pretty_widgets
WidgetExtension
alignTopLeft method
WidgetExtension extension on
Widget