JsonInkWellBuilder constructor

const JsonInkWellBuilder({
  1. required bool autofocus,
  2. BorderRadius? borderRadius,
  3. required bool canRequestFocus,
  4. ShapeBorder? customBorder,
  5. bool? enableFeedback,
  6. required bool excludeFromSemantics,
  7. Color? focusColor,
  8. FocusNode? focusNode,
  9. Color? highlightColor,
  10. Color? hoverColor,
  11. MouseCursor? mouseCursor,
  12. GestureTapCallback? onDoubleTap,
  13. ValueChanged<bool>? onFocusChange,
  14. ValueChanged<bool>? onHighlightChanged,
  15. ValueChanged<bool>? onHover,
  16. GestureLongPressCallback? onLongPress,
  17. GestureTapCallback? onTap,
  18. GestureTapCancelCallback? onTapCancel,
  19. GestureTapDownCallback? onTapDown,
  20. GestureTapUpCallback? onTapUp,
  21. MaterialStateProperty<Color?>? overlayColor,
  22. double? radius,
  23. Color? splashColor,
  24. InteractiveInkFeatureFactory? splashFactory,
  25. MaterialStatesController? statesController,
})

Implementation

const JsonInkWellBuilder({
  required this.autofocus,
  this.borderRadius,
  required this.canRequestFocus,
  this.customBorder,
  this.enableFeedback,
  required this.excludeFromSemantics,
  this.focusColor,
  this.focusNode,
  this.highlightColor,
  this.hoverColor,
  this.mouseCursor,
  this.onDoubleTap,
  this.onFocusChange,
  this.onHighlightChanged,
  this.onHover,
  this.onLongPress,
  this.onTap,
  this.onTapCancel,
  this.onTapDown,
  this.onTapUp,
  this.overlayColor,
  this.radius,
  this.splashColor,
  this.splashFactory,
  this.statesController,
}) : super(numSupportedChildren: kNumSupportedChildren);