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