App class
Annotates a code element to create the widgetbook main file in the same folder in which the annotated element is defined.
Constructors
- App({AddonsConfigs? cloudAddonsConfigs})
-
const
Properties
- cloudAddonsConfigs → AddonsConfigs?
-
A map between the name of the configuration and the list of addon
configurations. This allows to create a matrix of addon configurations
to test on Widgetbook Cloud while taking snapshots.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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