menu
puma_ui package
documentation
ui/v2/PumaRow.dart
PumaRow
PumaRow constructor
PumaRow constructor
dark_mode
light_mode
PumaRow
constructor
PumaRow
(
{
Key
?
key
,
Widget
?
child
,
Widget
?
startDecorator
,
Widget
?
endDecorator
,
})
Implementation
PumaRow({ Key? key, this.child, this.startDecorator, this.endDecorator, }) : super(key: key);
puma_ui package
documentation
ui/v2/PumaRow
PumaRow
PumaRow constructor
PumaRow class