menu
desktop_ui package
documentation
components/grid.dart
EasyRow
EasyRow const constructor
EasyRow const constructor
dark_mode
light_mode
EasyRow
constructor
const
EasyRow
(
{
Key
?
key
,
required
List
<
EasyCol
>
children
,
double
?
gutter
,
})
Implementation
const EasyRow({ Key? key, required this.children, this.gutter, }) : super(key: key);
desktop_ui package
documentation
components/grid
EasyRow
EasyRow const constructor
EasyRow class