RadioStyling class abstract

A marker interface for any utility that can be passed to a Radio's style list.

This allows for type-safe application of styles for colors and sizes.

Implemented types
Implementers
Available extensions

Constructors

RadioStyling()

Properties

cssClass String
The core CSS class name of this utility (e.g., "btn-primary", "text-lg"). This does not include any PrefixModifiers.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
modifiers List<PrefixModifier>?
An optional list of PrefixModifiers (like 'hover:', 'md:') applied to this utility. Returns null or an empty list if no prefixes are applied.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type → StyleType
The category or type of this utility class (e.g., sizing, layout, style).
no setterinherited

Methods

asClass() String

Available on Styling, provided by the DeepyrStylingExtensions extension

Converts a single Styling instance into its CSS class string.
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