RadiusPlus class

Constructors

RadiusPlus.all(double? all)
Radius to all corners
RadiusPlus.bottom(double radiusBottom)
Radius to all bottom corners
RadiusPlus.only({double? topLeft, double? topRight, double? bottomLeft, double? bottomRight})
Radius to specific corner
RadiusPlus.top(double radiusTop)
Radius to all top corners

Properties

all double?
Radius value for all corners
final
bottomLeft double?
Radius value for bottomLeft corner
final
bottomRight double?
Radius value for bottomRight corner
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toBorderRadius BorderRadius
Transform RadiusPlus to native Flutter BorderRadius
no setter
topLeft double?
Radius value for topLeft corner
final
topRight double?
Radius value for topRight corner
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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