CircleShape class
A circular shape for a floating action button or navigation bar.
This shape creates a circular button with a border radius of 100, making it suitable for typical floating action button designs.
- Inheritance
-
- Object
- FloatyShape
- CircleShape
Constructors
- CircleShape()
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shapeBorder → ShapeBorder
-
A ShapeBorder that represents the specific shape.
no setteroverride
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