Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ScopedModel<T>

Type parameters

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

  • new ScopedModel<T>(__namedParameters: { child: Widget; model: T }): ScopedModel<T>

Properties

child

child: Widget

Readonly internalRuntimeType

internalRuntimeType: Type<typeof StatelessWidget> = ...

model

model: T

tag

tag: string

Methods

build

Static of

  • of<T>(context: BuildContext, type: T["runtimeType"]): undefined | T

Generated using TypeDoc