menu
iwidgets package
documentation
button.dart
IButton
IButton.new const constructor
IButton.new const constructor
dark_mode
light_mode
IButton
constructor
const
IButton
(
{
Key
?
key
,
Function
?
onTap
,
FeedbackType?
feedbackType
,
required
Widget
child
,
})
Implementation
const IButton({ Key? key, this.onTap, this.feedbackType, required this.child, }) : super(key: key);
iwidgets package
documentation
button
IButton
IButton.new const constructor
IButton class