RoundedCorners class
Constructors
- RoundedCorners.all()
-
const
- RoundedCorners.bottom()
-
const
- RoundedCorners.left()
-
const
- RoundedCorners.only({bool topLeft = false, bool topRight = false, bool bottomLeft = false, bool bottomRight = false})
-
const
- RoundedCorners.right()
-
const
- RoundedCorners.top()
-
const
Properties
- bottomLeft → bool
-
final
- bottomRight → bool
-
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 → bool
-
final
- topRight → bool
-
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