BorderDirectionalUtility<T extends Attribute> class
- Inheritance
-
- Object
- MixUtility<
T, BoxBorderDto> - DtoUtility<
T, BoxBorderDto, BoxBorder> - BorderDirectionalUtility
Constructors
- BorderDirectionalUtility(T builder(BoxBorderDto))
Properties
-
all
→ BorderSideUtility<
T> -
latefinal
-
bottom
→ BorderSideUtility<
T> -
latefinal
- builder → T Function(BoxBorderDto)
-
finalinherited
-
end
→ BorderSideUtility<
T> -
latefinal
- hashCode → int
-
The hash code for this object.
no setterinherited
-
horizontal
→ BorderSideUtility<
T> -
latefinal
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
start
→ BorderSideUtility<
T> -
latefinal
-
top
→ BorderSideUtility<
T> -
latefinal
-
vertical
→ BorderSideUtility<
T> -
latefinal
Methods
-
as(
BoxBorder value) → T -
inherited
-
call(
{Color? color, double? width, BorderStyle? style, double? strokeAlign}) → T -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
only(
{BorderSideDto? top, BorderSideDto? bottom, BorderSideDto? start, BorderSideDto? end}) → T -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited