MaterialTextButtonData constructor
MaterialTextButtonData({
- Key? widgetKey,
- Widget? child,
- VoidCallback? onPressed,
- VoidCallback? onLongPress,
- FocusNode? focusNode,
- ButtonStyle? style,
- bool? autofocus,
- Clip? clipBehavior,
- Widget? icon,
- ValueChanged<
bool> ? onHover, - ValueChanged<
bool> ? onFocusChange, - MaterialStatesController? statesController,
- bool? isSemanticButton,
Implementation
MaterialTextButtonData({
super.widgetKey,
super.child,
super.onPressed,
this.onLongPress,
this.focusNode,
this.style,
this.autofocus,
this.clipBehavior,
this.icon,
this.onHover,
this.onFocusChange,
this.statesController,
this.isSemanticButton,
});