JsonTextButtonBuilder constructor

JsonTextButtonBuilder({
  1. required bool autofocus,
  2. required Clip clipBehavior,
  3. FocusNode? focusNode,
  4. ValueChanged<bool>? onFocusChange,
  5. ValueChanged<bool>? onHover,
  6. VoidCallback? onLongPress,
  7. VoidCallback? onPressed,
  8. ButtonStyle? style,
})

Implementation

JsonTextButtonBuilder({
  required this.autofocus,
  required this.clipBehavior,
  this.focusNode,
  this.onFocusChange,
  this.onHover,
  this.onLongPress,
  this.onPressed,
  this.style,
}) : super(numSupportedChildren: kNumSupportedChildren);