menu
flutter_dynamic_ui package
documentation
widget/btn_view.dart
BtnView
BtnView const constructor
BtnView const constructor
dark_mode
light_mode
BtnView
constructor
const
BtnView
(
{
Key
?
key
,
Btn
?
btn
,
})
Implementation
const BtnView({Key? key, this.btn}) : super(key: key);
flutter_dynamic_ui package
documentation
widget/btn_view
BtnView
BtnView const constructor
BtnView class