BorderRadiusAttribute class

Border radius attribute

Inheritance
Annotations
  • @freezed

Constructors

BorderRadiusAttribute({Radius? bottomLeft, Radius? bottomRight, Radius? topLeft, Radius? topRight})
Constructor
factory

Properties

bottomLeft Radius?
no setterinherited
bottomRight Radius?
no setterinherited
copyWith → $BorderRadiusAttributeCopyWith<BorderRadiusAttribute>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topLeft Radius?
no setterinherited
topRight Radius?
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