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