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