DynamicBorderRadius class

Constructors

DynamicBorderRadius.all(DynamicRadius radius)
const
DynamicBorderRadius.fromJson(Map<String, dynamic> map)
DynamicBorderRadius.only({DynamicRadius topLeft = const DynamicRadius.circular(Length(0)), DynamicRadius topRight = const DynamicRadius.circular(Length(0)), DynamicRadius bottomLeft = const DynamicRadius.circular(Length(0)), DynamicRadius bottomRight = const DynamicRadius.circular(Length(0))})
const

Properties

bottomLeft DynamicRadius
final
bottomRight DynamicRadius
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topLeft DynamicRadius
final
topRight DynamicRadius
final

Methods

copyWith({DynamicRadius? topLeft, DynamicRadius? topRight, DynamicRadius? bottomLeft, DynamicRadius? bottomRight}) DynamicBorderRadius
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBorderRadius({Size? size, Size? screenSize}) BorderRadius
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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