FRBaseStatelessWidget constructor

const FRBaseStatelessWidget(
  1. String _name,
  2. RenderContext<LoadInstanceContext> _context, {
  3. Key? key,
})

Implementation

const FRBaseStatelessWidget(this._name, this._context, {Key? key}) : super(key: key);