JsonOutlinedButtonBuilder constructor
const
JsonOutlinedButtonBuilder({
- required bool autofocus,
- required Clip clipBehavior,
- FocusNode? focusNode,
- ValueChanged<
bool> ? onFocusChange, - ValueChanged<
bool> ? onHover, - VoidCallback? onLongPress,
- VoidCallback? onPressed,
- MaterialStatesController? statesController,
- ButtonStyle? style,
Implementation
const JsonOutlinedButtonBuilder({
required this.autofocus,
required this.clipBehavior,
this.focusNode,
this.onFocusChange,
this.onHover,
this.onLongPress,
this.onPressed,
this.statesController,
this.style,
}) : super(numSupportedChildren: kNumSupportedChildren);