TableBorderUtility<T extends dynamic> class

Inheritance

Constructors

TableBorderUtility(T builder(TableBorderDto))
const

Properties

all BorderSideUtility<T>
no setter
bottom BorderSideUtility<T>
no setter
builder → T Function(TableBorderDto)
finalinherited
hashCode int
The hash code for this object.
no setterinherited
horizontalInside BorderSideUtility<T>
no setter
left BorderSideUtility<T>
no setter
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top BorderSideUtility<T>
no setter
verticalInside BorderSideUtility<T>
no setter

Methods

as(TableBorder value) → T
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
only({BorderSideDto? top, BorderSideDto? right, BorderSideDto? bottom, BorderSideDto? left, BorderSideDto? horizontalInside, BorderSideDto? verticalInside, BorderRadiusGeometryDto<BorderRadiusGeometry>? borderRadius}) → T
override
toString() String
A string representation of this object.
inherited

Operators

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