BorderRadiusStyle class abstract

A utility class for reusable border radius styles.

Constructors

BorderRadiusStyle()

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

all({double radius = 15.0}) BorderRadius
Uniform circular border radius for all corners.
bottom({double radius = 15.0}) BorderRadius
Circular radius for only the bottom corners.
bottomCorners({double radius = 15.0}) BorderRadius
Custom bottom-left and bottom-right radius only.
top({double radius = 15.0}) BorderRadius
Circular radius for only the top corners.
topCorners({double radius = 15.0}) BorderRadius
Custom top-left and top-right radius only.