FlutterInteractiveViewer class

Implemented types
Annotations

Constructors

FlutterInteractiveViewer({@cN FlutterKey? key, @c required AnyWidget child, FlutterClip? clipBehavior, bool? alignPanAxis, FlutterEdgeInsets? boundaryMargin, bool? constrained, double? maxScale, double? minScale, AWActions? onInteractionEnd, AWActions? onInteractionStart, AWActions? onInteractionUpdate, bool? panEnabled, bool? scaleEnabled})
factory
FlutterInteractiveViewer.fromJson(Map<String, dynamic> json)
factory

Properties

alignPanAxis bool?
no setterinherited
boundaryMargin FlutterEdgeInsets?
no setterinherited
child AnyWidget
no setterinherited
clipBehavior FlutterClip?
no setterinherited
constrained bool?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
key FlutterKey?
no setterinherited
maxScale double?
no setterinherited
minScale double?
no setterinherited
onInteractionEnd AWActions?
no setterinherited
onInteractionStart AWActions?
no setterinherited
onInteractionUpdate AWActions?
no setterinherited
panEnabled bool?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaleEnabled bool?
no setterinherited

Methods

map<TResult extends Object?>(TResult $default(_FlutterInteractiveViewer value)) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toWidget(AnyWidgetContext context) InteractiveViewer
override

Operators

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

Constants

unionValue → const String