AnyWidget class

Implemented types
Annotations

Constructors

AnyWidget(@IToWidgetConverter() IToWidget<Widget> builder)
factory
AnyWidget.fromJson(Map<String, dynamic> json)
factory
AnyWidget.shared(String name)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

map<TResult extends Object?>(TResult $default(_AnyWidget value), {required TResult shared(_AnyWidgetShared value)}) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toWidget(AnyWidgetContext context) Widget
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

c → const AnyWidgetConverter
cN → const AnyWidgetNullableConverter
unionValue → const String
unionValueShared → const String