LabelWidgetBuilder class

A runtime builder responsible for LabelWidgetData

Inheritance
Annotations
  • @Injectable.new()

Constructors

LabelWidgetBuilder()

Properties

edit bool
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
name String
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(LabelWidgetData data, Environment environment, BuildContext context) Widget
create the widget given a WidgetData type data the widget data environment the current Environment context the BuildContext
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolveValue(WidgetContext widgetContext, Value value) → (String, TypeProperty?)
inherited
setThema(WidgetFactory theme) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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