Catalog class

Constructors

Catalog()
factory

Properties

active bool
no setter
activeContext BuildContext
no setter
beforeCapture Future<void> Function(Locale locale)
getter/setter pair
currentNode ComponentNode?
getter/setter pair
global GlobalKey<State<StatefulWidget>>
final
hashCode int
The hash code for this object.
no setterinherited
key GlobalKey<ScaffoldMessengerState>
final
onBackPressed ↔ void Function()
getter/setter pair
path String
getter/setter pair
pixelRatio double
getter/setter pair
process Future<Uint8List> Function(Uint8List data)
getter/setter pair
router GoRouter?
getter/setter pair
runnerRouterSet ↔ (dynamic Function(GoRouter router)?)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widgetBasicPreviewMap Map<PreviewRenderWidget, PreviewBoundaryState>
final
widgetDevicePreviewMap Map<PreviewRenderWidget, PreviewBoundaryState>
final

Methods

config({required List<String> args, String? path, void onBackPressed()?, Future<Uint8List> process(Uint8List data)?}) Catalog
get(BuildContext context) Future<ComponentNode?>
node(String data) ComponentNode
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