SharedPreferencesItemCell constructor
SharedPreferencesItemCell({
- Key? key,
- required SharePreferencesModel model,
- VoidCallback? onCancel,
- VoidCallback? onRefresh,
Implementation
SharedPreferencesItemCell(
{Key? key, required this.model, this.onCancel, this.onRefresh})
: super(key: key);