Meta<T extends Widget> class
Constructors
Properties
- component → Type
-
no setter
-
decorators
→ List<
Decorator> -
Decorators are a mechanism to wrap a component in arbitrary markup when
rendering a story. Components are often created with assumptions about
‘where’ they render. Your styles might expect a theme or layout wrapper,
or your UI might expect specific context or data providers.
final
- displayName → String
-
no setter
-
documentation
→ List<
DocumentEntry> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- module → String?
-
final
- name → String
-
no setter
-
parameters
→ Map<
String, dynamic> -
Parameters in JS-like format.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
final
-
warnings
→ List<
String> -
no setter
Methods
-
copyWith(
{String? name, List< DocumentEntry> ? documentation, String? module}) → Meta<T> -
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