FRBaseStatelessWidget constructor
const
FRBaseStatelessWidget(
- String _name,
- RenderContext<
LoadInstanceContext> _context, { - Key? key,
Implementation
const FRBaseStatelessWidget(this._name, this._context, {Key? key}) : super(key: key);