menu
az_ui package
documentation
widgets/row.dart
AzRow
AzRow constructor
AzRow constructor
dark_mode
light_mode
AzRow
constructor
AzRow
(
List
<
Widget
>
children
, {
Key
?
key
,
})
Implementation
AzRow(this.children, {Key? key}) : super(key: key);
az_ui package
documentation
widgets/row
AzRow
AzRow constructor
AzRow class