CssClassPropsMixin class abstract

Implementers

Constructors

CssClassPropsMixin()

Properties

className String?
String of space-delimited CSS classes to be added to the resultant DOM.
getter/setter pair
classNameBlacklist String?
String of space-delimited CSS classes to be blacklisted from being added to the resultant DOM.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
props Map
no setter
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

$propKeys → const List<String>
$props → const List<PropDescriptor>
meta → const PropsMeta