AdBorderRadius class

Constructors

AdBorderRadius({double? topLeft, double? topRight, double? bottomLeft, double? bottomRight})
const

Properties

bottomLeft double?
The bottom-left radius
final
bottomRight double?
The bottom-right radius
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topLeft double?
The top-left radius
final
topRight double?
The top-right radius
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

Static Methods

all(double value) AdBorderRadius
Creates a border radius where all radius are value.
horizontal({double? left, double? right}) AdBorderRadius
Creates a horizontally symmetrical border radius where the left and right sides of the rectangle have the same value.
vertical({double? top, double? bottom}) AdBorderRadius
Creates a vertically symmetric border radius where the top and bottom sides of the rectangle have the same value.