BentoTheme class
- Annotations
-
- @freezed
Constructors
-
BentoTheme({required String name, required List<
DesignToken> tokens, @Default(<BentoTheme>[]) List<BentoTheme> children, String? description}) -
constfactory
Properties
-
children
→ List<
BentoTheme> -
no setterinherited
-
copyWith
→ $BentoThemeCopyWith<
BentoTheme> -
no setterinherited
- description → String?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
tokens
→ List<
DesignToken> -
no setterinherited
Methods
-
getChildLibrary(
Iterable< String> path) → BentoTheme? -
getToken(
String name) → DesignToken? -
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