menu
xfdn_design_system package
documentation
components/row.dart
XfdnRow
XfdnRow.new const constructor
XfdnRow.new const constructor
dark_mode
light_mode
XfdnRow
constructor
const
XfdnRow
(
{
Key
?
key
,
required
List
<
Widget
>
children
,
})
Implementation
const XfdnRow({super.key, required this.children});
xfdn_design_system package
documentation
components/row
XfdnRow
XfdnRow.new const constructor
XfdnRow class