BorderRadiusDirectionalUtility<T extends Attribute> class

Inheritance

Properties

all RadiusUtility<T>
Returns a RadiusUtility to manipulate Radius for all corners.
no setter
bottom RadiusUtility<T>
Returns a RadiusUtility to manipulate Radius for bottomStart and bottomEnd corner.
no setter
bottomEnd RadiusUtility<T>
Returns a RadiusUtility to manipulate Radius for bottomEnd corner.
no setter
bottomStart RadiusUtility<T>
Returns a RadiusUtility to manipulate Radius for bottomStart corner.
no setter
builder → T Function(BorderRadiusGeometryDto)
finalinherited
end RadiusUtility<T>
Returns a RadiusUtility to manipulate Radius for topEnd and bottomEnd corner.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start RadiusUtility<T>
Returns a RadiusUtility to manipulate Radius for topStart and bottomStart corner.
no setter
top RadiusUtility<T>
Returns a RadiusUtility to manipulate Radius for topStart and topEnd corner.
no setter
topEnd RadiusUtility<T>
Returns a RadiusUtility to manipulate Radius for topEnd corner.
no setter
topStart RadiusUtility<T>
Returns a RadiusUtility to manipulate Radius for topStart corner.
no setter

Methods

as(BorderRadiusGeometry value) → T
inherited
call(double p1, [double? p2, double? p3, double? p4]) → T
circular(double radius) → T
elliptical(double x, double y) → T
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
only({Radius? topStart, Radius? topEnd, Radius? bottomStart, Radius? bottomEnd}) → T
Creates a BorderRadiusGeometryDto with the specified radius values for each corner.
override
toString() String
A string representation of this object.
inherited
zero() → T

Operators

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