SharedPreferencesItemCell constructor

SharedPreferencesItemCell({
  1. Key? key,
  2. required SharePreferencesModel model,
  3. VoidCallback? onCancel,
  4. VoidCallback? onRefresh,
})

Implementation

SharedPreferencesItemCell(
    {Key? key, required this.model, this.onCancel, this.onRefresh})
    : super(key: key);