GradientChipBuilder class
Convenience builders for common product badges.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
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
Static Methods
-
featured(
{Key? key, required String label, IconData? icon}) → GradientChip - Creates a featured chip.
-
hotBadge(
{Key? key, required String label, IconData? icon}) → GradientChip - Creates a hot-sale chip.
-
newBadge(
{Key? key, required String label, IconData? icon}) → GradientChip - Creates a new chip.
- Creates a premium chip.