-
box({required Widget child, bool inherit = false, Key? key, Style? style})
→ Box
-
Available on Style,
provided by the StyleExt extension
-
column({required List<Widget> children, bool inherit = false, Key? key, Style? style})
→ StyledColumn
-
Available on Style,
provided by the StyleExt extension
-
container({required Widget child, bool inherit = false, Key? key, Style? style})
→ Box
-
Available on Style,
provided by the StyleExt extension
-
hbox({required List<Widget> children, bool inherit = false, Key? key, Style? style})
→ HBox
-
Available on Style,
provided by the StyleExt extension
-
icon(IconData icon, {bool inherit = false, Key? key, Style? style})
→ StyledIcon
-
Available on Style,
provided by the StyleExt extension
-
row({required List<Widget> children, bool inherit = false, Key? key, Style? style})
→ StyledRow
-
Available on Style,
provided by the StyleExt extension
-
text(String text, {bool inherit = false, Key? key, String? semanticsLabel, Style? style})
→ StyledText
-
Available on Style,
provided by the StyleExt extension
-
vbox({required List<Widget> children, bool inherit = false, Key? key, Style? style})
→ VBox
-
Available on Style,
provided by the StyleExt extension