BoxDecorationUtility<T extends Attribute> class
- Inheritance
-
- Object
- MixUtility<
T, BoxDecorationDto> - DtoUtility<
T, BoxDecorationDto, BoxDecoration> - BoxDecorationUtility
Constructors
- BoxDecorationUtility(T builder(BoxDecorationDto))
Properties
-
backgroundBlendMode
→ BlendModeUtility<
T> -
latefinal
-
border
→ BorderUtility<
T> -
latefinal
-
borderDirectional
→ BorderDirectionalUtility<
T> -
latefinal
-
borderRadius
→ BorderRadiusUtility<
T> -
latefinal
-
borderRadiusDirectional
→ BorderRadiusDirectionalUtility<
T> -
latefinal
-
boxShadow
→ BoxShadowUtility<
T> -
latefinal
-
boxShadows
→ BoxShadowListUtility<
T> -
latefinal
- builder → T Function(BoxDecorationDto)
-
finalinherited
-
color
→ ColorUtility<
T> -
latefinal
-
elevation
→ ElevationUtility<
T> -
latefinal
-
gradient
→ GradientUtility<
T> -
latefinal
- hashCode → int
-
The hash code for this object.
no setterinherited
-
image
→ DecorationImageUtility<
T> -
latefinal
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
shape
→ BoxShapeUtility<
T> -
latefinal
Methods
-
as(
BoxDecoration value) → T -
inherited
-
call(
{Color? color, BoxBorder? border, BorderRadiusGeometry? borderRadius, Gradient? gradient, List< BoxShadow> ? boxShadow, BoxShape? shape, BlendMode? backgroundBlendMode}) → T -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
only(
{ColorDto? color, BoxBorderDto? border, BorderRadiusGeometryDto? borderRadius, GradientDto< Gradient> ? gradient, List<BoxShadowDto> ? boxShadow, BoxShape? shape, BlendMode? backgroundBlendMode, DecorationImageDto? image}) → T -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited