BorderUtility<T extends Attribute> class final

Inheritance

Constructors

BorderUtility(T builder(BorderDto))

Properties

all BorderSideUtility<T>
latefinal
bottom BorderSideUtility<T>
latefinal
builder → T Function(BorderDto)
finalinherited
color ColorUtility<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
strokeAlign DoubleUtility<T>
latefinal
style BorderStyleUtility<T>
latefinal
top BorderSideUtility<T>
latefinal
vertical BorderSideUtility<T>
latefinal
width DoubleUtility<T>
latefinal

Methods

as(Border 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
toString() String
A string representation of this object.
inherited

Operators

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