SBorderRadius class

Constructors

SBorderRadius()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

circle({num? radius}) BorderRadius
different({num top = 20, num bottom = 40, bool isTB = true}) → dynamic
leftOrRight({num? radius, bool isLeft = true}) BorderRadius
leftRight({num? radius, bool isH = true}) BorderRadius
normal({num? radius}) BorderRadius
only({num? topLeft, num? topRight, num? bottomLeft, num? bottomRight}) BorderRadius
topOrButton({num? radius, bool isTop = true}) BorderRadius