InternalScopeProvider<CellDataType extends SwayzeCellData> constructor
const
InternalScopeProvider<CellDataType extends SwayzeCellData> ({
- Key? key,
- required Widget child,
- required SwayzeController controller,
- required SwayzeStyle style,
- required CellDelegate<
CellDataType> cellDelegate,
Implementation
const InternalScopeProvider({Key? key, required Widget child, required this.controller, required this.style, required this.cellDelegate})
: super(key: key, child: child);