JsonOutlinedButtonBuilder constructor

JsonOutlinedButtonBuilder({
  1. required bool autofocus,
  2. required Clip clipBehavior,
  3. FocusNode? focusNode,
  4. VoidCallback? onLongPress,
  5. VoidCallback? onPressed,
  6. ButtonStyle? style,
})

Implementation

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