Adapted settings to tablet
This commit is contained in:
@@ -2,8 +2,10 @@ import 'package:flutter/material.dart';
|
||||
|
||||
class CustomizationModel {
|
||||
ScrollController? scrollController;
|
||||
int? selectedScreen;
|
||||
|
||||
CustomizationModel({
|
||||
this.scrollController,
|
||||
this.selectedScreen,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user