InternalScopeProvider<CellDataType extends SwayzeCellData> constructor

const InternalScopeProvider<CellDataType extends SwayzeCellData>({
  1. Key? key,
  2. required Widget child,
  3. required SwayzeController controller,
  4. required SwayzeStyle style,
  5. 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);