BuilkImageDrawController class

Constructors

BuilkImageDrawController()

Properties

clearButton VoidCallback?
getter/setter pair
creationParams Map<String, dynamic>
getter/setter pair
deletePin ↔ dynamic Function(ImageDataModel value)?
getter/setter pair
drawComplete VoidCallback?
getter/setter pair
drawImageSuccess ↔ dynamic Function(bool value)?
getter/setter pair
drawListView List<ImageDataModel>
getter/setter pair
drawStackBackList List<ImageDataModel>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imageUrl String
getter/setter pair
isEditPin bool?
getter/setter pair
loadPlanComplete VoidCallback?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectPin ↔ dynamic Function(ImageDataModel value)?
getter/setter pair
undoComplete VoidCallback?
getter/setter pair
viewType String
final

Methods

changeColor(Color color) Future<void>
dispose() → void
getImage() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onPlatformViewCreated(int viewId) → dynamic
reRenderDraw() Future<String?>
selectHighlight(bool isSelect) Future<void>
selectPen(bool isSelect) Future<void>
toString() String
A string representation of this object.
inherited
undo() Future<void>

Operators

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