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