RadApp class Null safety
A Simple App Widget that takes as much space as its parents allowed it to.
Constructors
Properties
- child → Widget
-
final
- correspondingTag → DomTagType
-
Corresponding HTML tag to use to render this widget
read-only, override
- hashCode → int
-
The hash code for this object.
read-only, inherited
- initialKey → Key
-
final, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
widgetCaptureEventListeners
→ Map<
DomEventType, EventCallback?> -
Events that this widget is listening to in capturing phase.
read-only, inherited
-
widgetChildren
→ List<
Widget> -
Child widgets if any.
read-only, override
-
widgetEventListeners
→ Map<
DomEventType, EventCallback?> -
Events that this widget is listening to.
read-only, inherited
- widgetType → String
-
Type of widget.
read-only, override
Methods
-
createConfiguration(
) → WidgetConfiguration -
Create widget's configuration.
inherited
-
createRenderObject(
BuildContext context) → RenderObject -
Called when framework needs a RenderObject for current widget.
override
-
isConfigurationChanged(
WidgetConfiguration oldConfiguration) → bool -
Whether configuration has changed.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited