LinearBorderDto class final
- Inheritance
-
- Object
- Dto<
LinearBorder> - ShapeBorderDto<
LinearBorder> - OutlinedBorderDto<
LinearBorder> - LinearBorderDto
- Annotations
-
- @MixableDto()
Constructors
- LinearBorderDto({BorderSideDto? side, LinearBorderEdgeDto? start, LinearBorderEdgeDto? end, LinearBorderEdgeDto? top, LinearBorderEdgeDto? bottom})
-
const
Properties
-
borderRadiusGetter
→ BorderRadiusGeometryDto<
BorderRadiusGeometry> ? -
no setteroverride
- bottom → LinearBorderEdgeDto?
-
final
- defaultValue → LinearBorder
-
no setteroverride
- end → LinearBorderEdgeDto?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
props
→ List<
Object?> -
The list of properties that constitute the state of this LinearBorderDto.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- side → BorderSideDto?
-
finalinherited
- start → LinearBorderEdgeDto?
-
final
- stringify → bool
-
no setterinherited
- top → LinearBorderEdgeDto?
-
final
Methods
-
getDiff(
EqualityMixin other) → Map< String, String> -
inherited
-
merge(
covariant LinearBorderDto? other) → LinearBorderDto -
Merges the properties of this LinearBorderDto with the properties of
other
.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolve(
MixData mix) → LinearBorder -
Resolves to LinearBorder using the provided MixData.
inherited
-
toBeveled(
) → BeveledRectangleBorderDto -
Tries to get borderRadius if available for
OutlineBorderDto
inherited -
toCircle(
) → CircleBorderDto -
inherited
-
toContinuous(
) → ContinuousRectangleBorderDto -
inherited
-
toLinear(
) → LinearBorderDto -
inherited
-
toRoundedRectangle(
) → RoundedRectangleBorderDto -
inherited
-
toStadiumBorder(
) → StadiumBorderDto -
inherited
-
toStar(
) → StarBorderDto -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited