FBadgeStyle class sealed

A FBadge's style.

A style can be either one of the pre-defined styles in FBadgeStyle or a FBadgeCustomStyle. The pre-defined styles are a convenient shorthand for the various FBadgeCustomStyles in the current context's FBadgeStyles.

Implementers

Constructors

FBadgeStyle()

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

Constants

destructive → const FBadgeStyle
The badge's destructive style.
outline → const FBadgeStyle
The badge's outline style.
primary → const FBadgeStyle
The badge's primary style.
secondary → const FBadgeStyle
The badge's secondary style.