EntityLoader class widgets

Constructors

EntityLoader({Key? key, required Widget childBuilder(BuildContext, Entity), required String entityId})
const

Properties

childBuilder → Widget Function(BuildContext, Entity)
final
entityId → String
final

Methods

createState() → State<EntityLoader>
Creates the mutable state for this widget at a given location in the tree.