menu
ns_utils package
documentation
widgets/spacers.dart
C20
C20 const constructor
C20 const constructor
dark_mode
light_mode
C20
constructor
const
C20
(
{
Key
?
key
,
Color
?
color
,
})
Implementation
const C20({Key? key, this.color}) : super(key: key);
ns_utils package
documentation
widgets/spacers
C20
C20 const constructor
C20 class