menu
niku package
documentation
extra/rounded.dart
NikuRounded
NikuRounded const constructor
NikuRounded const constructor
dark_mode
light_mode
NikuRounded
constructor
const
NikuRounded
(
{
Key
?
key
,
required
Widget
child
,
required
double
rounded
,
})
Implementation
const NikuRounded({ Key? key, required this.child, required this.rounded, }) : super(key: key);
niku package
documentation
extra/rounded
NikuRounded
NikuRounded const constructor
NikuRounded class