menu
default_utility package
documentation
helper/button.widget.dart
InnerButton
InnerButton.new const constructor
InnerButton.new const constructor
dark_mode
light_mode
InnerButton
constructor
const
InnerButton
(
{
Key
?
key
,
required
String
title
,
required
Function
onTap
,
bool
isActiveBtn
=
false
,
})
Implementation
const InnerButton({super.key,required this.title,required this.onTap,this.isActiveBtn = false});
default_utility package
documentation
helper/button.widget
InnerButton
InnerButton.new const constructor
InnerButton class