LiveTextButton.icon constructor
const
LiveTextButton.icon({
- Key? key,
- ValueCell<
bool> enabled, - ActionCell? press,
- ActionCell? longPress,
- MetaCell<
bool> ? onHover, - MetaCell<
bool> ? onFocusChange, - ButtonStyle? style,
- bool? autofocus,
- Clip? clipBehavior,
- Widget? icon,
- required Widget label,
- IconAlignment? iconAlignment,
Implementation
const factory LiveTextButton.icon({
Key? key,
ValueCell<bool> enabled,
ActionCell? press,
ActionCell? longPress,
MetaCell<bool>? onHover,
MetaCell<bool>? onFocusChange,
ButtonStyle? style,
bool? autofocus,
Clip? clipBehavior,
Widget? icon,
required Widget label,
IconAlignment? iconAlignment,
}) = _LiveTextButton$icon;