JsonInkWell class

Inheritance

Constructors

JsonInkWell({Map<String, dynamic> args = const {}, JsonWidgetRegistry? registry, bool autofocus = false, BorderRadius? borderRadius, bool canRequestFocus = true, ShapeBorder? customBorder, bool? enableFeedback = true, bool excludeFromSemantics = false, Color? focusColor, FocusNode? focusNode, Color? highlightColor, Color? hoverColor, Duration? hoverDuration, MouseCursor? mouseCursor, void onDoubleTap()?, void onFocusChange(bool)?, void onHighlightChanged(bool)?, void onHover(bool)?, void onLongPress()?, void onSecondaryTap()?, void onSecondaryTapCancel()?, void onSecondaryTapDown(TapDownDetails)?, void onSecondaryTapUp(TapUpDetails)?, void onTap()?, void onTapCancel()?, void onTapDown(TapDownDetails)?, void onTapUp(TapUpDetails)?, MaterialStateProperty<Color?>? overlayColor, double? radius, Color? splashColor, InteractiveInkFeatureFactory? splashFactory, MaterialStatesController? statesController, JsonWidgetData? child})

Properties

autofocus bool
final
borderRadius BorderRadius?
final
canRequestFocus bool
final
child JsonWidgetData?
final
customBorder ShapeBorder?
final
enableFeedback bool?
final
excludeFromSemantics bool
final
focusColor Color?
final
focusNode FocusNode?
final
hashCode int
The hash code for this object.
no setterinherited
highlightColor Color?
final
hoverColor Color?
final
hoverDuration Duration?
final
jsonWidgetArgs → dynamic
finalinherited
jsonWidgetBuilder JsonWidgetBuilder Function()
finalinherited
jsonWidgetId String
finalinherited
jsonWidgetListenVariables Set<String>
finalinherited
jsonWidgetRegistry JsonWidgetRegistry
finalinherited
jsonWidgetType String
finalinherited
mouseCursor MouseCursor?
final
onDoubleTap → (void Function()?)
final
onFocusChange → (void Function(bool)?)
final
onHighlightChanged → (void Function(bool)?)
final
onHover → (void Function(bool)?)
final
onLongPress → (void Function()?)
final
onSecondaryTap → (void Function()?)
final
onSecondaryTapCancel → (void Function()?)
final
onSecondaryTapDown → (void Function(TapDownDetails)?)
final
onSecondaryTapUp → (void Function(TapUpDetails)?)
final
onTap → (void Function()?)
final
onTapCancel → (void Function()?)
final
onTapDown → (void Function(TapDownDetails)?)
final
onTapUp → (void Function(TapUpDetails)?)
final
overlayColor MaterialStateProperty<Color?>?
final
radius double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
splashColor Color?
final
splashFactory InteractiveInkFeatureFactory?
final
statesController MaterialStatesController?
final

Methods

build({ChildWidgetBuilder? childBuilder, required BuildContext context, JsonWidgetRegistry? registry}) Widget
Convenience method that can build the widget this data object represents. This is the equilivant of calling: builder.build and passing this in as the data parameter.
inherited
copyWith({dynamic jsonWidgetArgs, JsonWidgetBuilder? jsonWidgetBuilder, Set<String>? jsonWidgetListenVariables, String? jsonWidgetId, JsonWidgetRegistry? jsonWidgetRegistry, String? jsonWidgetType}) JsonWidgetData
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Abstract function that concrete classes must implement. This must encode the internal data model to a JSON compatible representation.
inherited
toString() String
Returns the string encoded JSON representation for this class. This will remove all null values and empty collections from the returned string.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited