BorderSideUtility<T extends Attribute> class
Utility class for configuring BorderSide properties.
This class provides methods to set individual properties of a BorderSide. Use the methods of this class to configure specific properties of a BorderSide.
- Inheritance
-
- Object
- MixUtility<
T, BorderSideDto> - DtoUtility<
T, BorderSideDto, BorderSide> - BorderSideUtility
Constructors
- BorderSideUtility(T builder(BorderSideDto))
Properties
- builder → T Function(BorderSideDto)
-
finalinherited
-
color
→ ColorUtility<
T> -
Utility for defining BorderSideDto.color
latefinal
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
strokeAlign
→ DoubleUtility<
T> -
Utility for defining BorderSideDto.strokeAlign
latefinal
-
style
→ BorderStyleUtility<
T> -
Utility for defining BorderSideDto.style
latefinal
-
width
→ DoubleUtility<
T> -
Utility for defining BorderSideDto.width
latefinal
Methods
-
as(
BorderSide value) → T -
inherited
-
call(
{Color? color, double? strokeAlign, BorderStyle? style, double? width}) → T -
none(
) → T - Creates an Attribute instance using the BorderSideDto.none constructor.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
only(
{ColorDto? color, double? strokeAlign, BorderStyle? style, double? width}) → T -
Returns a new BorderSideDto with the specified properties.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited