button abstract method
Widget
button({
- String? text,
- String? hideLabel,
- IconData? icon,
- Color? color,
- ButtonSize size = ButtonSize.medium,
- ButtonStyle style = ButtonStyle.outlined,
- bool isPending = false,
- bool isDisabled = false,
Implementation
Widget button({
String? text,
//tooltip
String? hideLabel,
IconData? icon,
Color? color,
ButtonSize size = ButtonSize.medium,
ButtonStyle style = ButtonStyle.outlined,
bool isPending = false,
bool isDisabled = false,
});