ViewPreset constructor
- required String name,
- required List<
DashboardView> views, - required List<
double> horizontal1, - required List<
double> horizontal2, - required List<
double> vertical1, - required List<
double> vertical2, - required List<
double> horizontal3, - required List<
double> horizontal4,
A const constructor.
Implementation
ViewPreset({
required this.name,
required this.views,
required this.horizontal1,
required this.horizontal2,
required this.vertical1,
required this.vertical2,
required this.horizontal3,
required this.horizontal4,
});