BeveledRectangleBorderUtility<T extends Attribute> class

Utility class for configuring BeveledRectangleBorder properties.

This class provides methods to set individual properties of a BeveledRectangleBorder. Use the methods of this class to configure specific properties of a BeveledRectangleBorder.

Inheritance

Properties

borderRadius BorderRadiusGeometryUtility<T>
Utility for defining BeveledRectangleBorderDto.borderRadius
latefinal
builder → T Function(BeveledRectangleBorderDto)
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
side BorderSideUtility<T>
Utility for defining BeveledRectangleBorderDto.side
latefinal

Methods

as(BeveledRectangleBorder value) → T
inherited
call({BorderRadiusGeometry? borderRadius, BorderSide? side}) → T
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
only({BorderRadiusGeometryDto<BorderRadiusGeometry>? borderRadius, BorderSideDto? side}) → T
Returns a new BeveledRectangleBorderDto with the specified properties.
override
toString() String
A string representation of this object.
inherited

Operators

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