RectangleCornerStyles class

classes for configuring the border and corner of a rectangle

Constructors

RectangleCornerStyles.all(CornerStyle style)
const
RectangleCornerStyles.only({CornerStyle topLeft = CornerStyle.rounded, CornerStyle bottomLeft = CornerStyle.rounded, CornerStyle topRight = CornerStyle.rounded, CornerStyle bottomRight = CornerStyle.rounded})
const

Properties

bottomLeft CornerStyle
final
bottomRight CornerStyle
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 CornerStyle
final
topRight CornerStyle
final

Methods

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

Operators

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

Static Methods

fromJson(Map map) RectangleCornerStyles