ImageStickersControlsStyle class
Used to set style for sticker controls thumb.
Constructors
- ImageStickersControlsStyle({double size = 30, Color color = Colors.blue, BorderRadius? borderRadius, Widget? child})
Properties
- borderRadius ↔ BorderRadius?
-
Controls border radius.
Default is size / 2
Set to BorderRadius.zero for square controls
getter/setter pair
- child ↔ Widget?
-
Set child to use any custom widget as controls. E.g Icon
getter/setter pair
- color ↔ Color
-
Background color for controls thumb.
Set color to Colors.transparent if you don't need a background color.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size ↔ double
-
Controls size
getter/setter pair
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