SeniorImageCropperThemeData class

Constructors

SeniorImageCropperThemeData({SeniorImageCropperStyle? style})
Theme definitions for the SeniorImageCropper component.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style SeniorImageCropperStyle?
The component's style definitions. Allows you to configure? SeniorImageCropperStyle.toolbarColor the toolbar color of the crop view. SeniorImageCropperStyle.toolbarContentColor the toolbar content color of the crop view. SeniorImageCropperStyle.activeControlsColor the color of the active controls of the crop view.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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