menu
liquidsoft_components package
documentation
models/actionButton.dart
ActionButton
ActionButton constructor
ActionButton constructor
dark_mode
light_mode
ActionButton
constructor
ActionButton
(
{
required
String
title
,
required
IconData
buttonIcon
,
required
dynamic
callBack
(),
})
Implementation
ActionButton( {required this.title, required this.buttonIcon, required this.callBack});
liquidsoft_components package
documentation
models/actionButton
ActionButton
ActionButton constructor
ActionButton class