ShapeDecorationUtility<T extends Attribute> class

Inheritance

Constructors

ShapeDecorationUtility(T builder(ShapeDecorationDto))

Properties

builder → T Function(ShapeDecorationDto)
finalinherited
color ColorUtility<T>
latefinal
gradient GradientUtility<T>
latefinal
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadows BoxShadowListUtility<T>
latefinal
shape ShapeBorderUtility<T>
latefinal

Methods

as(ShapeDecoration value) → T
inherited
call({Color? color, Gradient? gradient, List<BoxShadow>? shadows, ShapeBorder? shape}) → T
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
only({ColorDto? color, GradientDto<Gradient>? gradient, List<BoxShadowDto>? shadows, ShapeBorderDto<ShapeBorder>? shape}) → T
override
toString() String
A string representation of this object.
inherited

Operators

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