AntdStyleMixin<Style extends AntdStyle, WidgetType> class abstract mixin

Implementers

Constructors

AntdStyleMixin.new()

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

getDefaultStyle(BuildContext context, AntdTheme theme, AntdMapToken token) → Style
getFinalStyle(BuildContext context, Style style, AntdMapToken token) → Style
getInputStyle(BuildContext context) → Style?
getStyle(BuildContext context) → Style
getStyleBuilder(BuildContext context) AntdStyleBuilder<Style, WidgetType>?
getThemeStyle(BuildContext context, AntdTheme theme) AntdStyleBuilder<Style, WidgetType>?
getWidget(BuildContext context) → WidgetType
margeStyle(Style defaultStyle, Style? style) → Style
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