DefaultStyleFamily class
- Inheritance
-
- Object
- StyleFamily
- DefaultStyleFamily
Properties
- canInsert → bool
-
finalinherited
- familyName → String
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
props
→ List<
Object?> -
The list of properties that will be used to determine whether
two instances are equal.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringify → bool?
-
If set to
true
, thetoString
method will be overridden to output this instance'sprops
.no setterinherited
Methods
-
addApp(
MemberModel? currentMember, AppModel app) → Future< void> -
override
-
defaultNew(
String appId, String newName) → Future< Style?> -
inherited
-
defaultStyle(
) → Style -
delete(
AppModel app, Style style) → Future< void> -
override
-
getStyle(
AppModel currentApp, String styleName) → Style? -
override
-
listenToStyles(
String appId, StylesTrigger stylesTrigger) → StreamSubscription? -
override
-
newStyle(
AppModel app, String newName) → Future< Style> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
subscribeForChange(
CurrentStyleTrigger currentStyleTrigger) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
AppModel app, Style style) → Future< void> -
override
-
widgetToUpdateStyle(
BuildContext context, Style style) → Widget?
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- defaultStyleFamilyName → String
-
final