JsonInkWellBuilder constructor
const
JsonInkWellBuilder({
- required bool autofocus,
- BorderRadius? borderRadius,
- required bool canRequestFocus,
- ShapeBorder? customBorder,
- bool? enableFeedback,
- required bool excludeFromSemantics,
- Color? focusColor,
- FocusNode? focusNode,
- Color? highlightColor,
- Color? hoverColor,
- MouseCursor? mouseCursor,
- GestureTapCallback? onDoubleTap,
- ValueChanged<
bool> ? onFocusChange, - ValueChanged<
bool> ? onHighlightChanged, - ValueChanged<
bool> ? onHover, - GestureLongPressCallback? onLongPress,
- GestureTapCallback? onTap,
- GestureTapCancelCallback? onTapCancel,
- GestureTapDownCallback? onTapDown,
- GestureTapUpCallback? onTapUp,
- MaterialStateProperty<
Color?> ? overlayColor, - double? radius,
- Color? splashColor,
- InteractiveInkFeatureFactory? splashFactory,
- 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);