menu
flutter_dynamic_ui package
documentation
model/style_model.dart
LayoutStyle
LayoutStyle constructor
LayoutStyle constructor
dark_mode
light_mode
LayoutStyle
constructor
LayoutStyle
(
{
String
?
rowCount
,
List
<
RowStyle
>
?
rows
,
})
Implementation
LayoutStyle({this.rowCount, this.rows});
flutter_dynamic_ui package
documentation
model/style_model
LayoutStyle
LayoutStyle constructor
LayoutStyle class