ViewerWidgetBuilder class

Widget builder with meta data to construct a widget.

Annotations
  • @freezed

Constructors

ViewerWidgetBuilder({required WidgetDynamicBuilder build, @Default([]) List<FieldMetaData> fieldMetaDataset})
const
factory

Properties

build WidgetDynamicBuilder
Widget builder function
no setterinherited
copyWith → $ViewerWidgetBuilderCopyWith<ViewerWidgetBuilder>
no setterinherited
fieldMetaDataset List<FieldMetaData>
List of meta data of the widget's constructor used in the build process
no setterinherited
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