menu
sunny_essentials package
documentation
container/spaced.dart
SunnyMargin
SunnyMargin const constructor
SunnyMargin const constructor
dark_mode
light_mode
SunnyMargin
constructor
const
SunnyMargin
(
{
Key
?
key
,
Widget
?
child
,
Color
?
color
,
bool
?
dense
,
})
Implementation
const SunnyMargin({Key? key, this.child, this.color, this.dense}) : super(key: key);
sunny_essentials package
documentation
container/spaced
SunnyMargin
SunnyMargin const constructor
SunnyMargin class