actionButton abstract method
Widget
actionButton({
- VoidCallback onClick,
- IconData? icon,
- String? hideLabel,
- String? text,
- ButtonSize size = ButtonSize.medium,
- bool quiet = false,
- bool selected = false,
- bool disabled = false,
- Color staticColor,
- Color selectedTextColor,
Implementation
Widget actionButton({
VoidCallback onClick,
IconData? icon,
//tooltip
String? hideLabel,
String? text,
ButtonSize size = ButtonSize.medium,
//https://spectrum.adobe.com/page/action-button/#Quiet
bool quiet = false,
//https://spectrum.adobe.com/page/action-button/#Emphasis
bool selected = false,
bool disabled = false,
//black or white
Color staticColor,
Color selectedTextColor,
});