BorderUtility<T extends Attribute> class

Inheritance

Constructors

BorderUtility(T builder(BoxBorderDto))

Properties

all BorderSideUtility<T>
latefinal
bottom BorderSideUtility<T>
latefinal
builder → T Function(BoxBorderDto)
finalinherited
color ColorUtility<T>
latefinal
end BorderSideUtility<T>
latefinal
hashCode int
The hash code for this object.
no setterinherited
horizontal BorderSideUtility<T>
latefinal
left BorderSideUtility<T>
latefinal
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start BorderSideUtility<T>
latefinal
style BorderStyleUtility<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
none() → T
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
only({BorderSideDto? top, BorderSideDto? bottom, BorderSideDto? left, BorderSideDto? right}) → T
override
strokeAlign(double strokeAlign) → T
toString() String
A string representation of this object.
inherited
width(double width) → T

Operators

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