6 lines
169 B
Dart
Executable File
6 lines
169 B
Dart
Executable File
// ignore: camel_case_types
|
|
class indexLayoutChangeEvent {
|
|
// ignore: non_constant_identifier_names
|
|
String LayoutStyle;
|
|
indexLayoutChangeEvent(this.LayoutStyle);
|
|
} |