VMobjectStyle class
- Implementers
Constructors
-
VMobjectStyle({required List<
Color> ? fillColors, required List<Color> ? strokeColors, required double strokeWidth, required List<Color> ? backgroundStrokeColors, required double backgroundStrokeWidth}) -
const
- VMobjectStyle.copyFrom(VMobjectStyle style)
Properties
-
backgroundStrokeColors
→ List<
Color> ? -
final
- backgroundStrokeWidth → double
-
final
-
fillColors
→ List<
Color> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
strokeColors
→ List<
Color> ? -
final
- strokeWidth → double
-
final
Methods
-
copy(
) → VMobjectStyle -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
withChange(
{List< Color> ? fillColors, List<Color> ? strokeColors, double? strokeWidth, List<Color> ? backgroundStrokeColors, double? backgroundStrokeWidth}) → VMobjectStyle
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited