Files
CompanyProject/滴滴淘/ddt_flutter/lib/event/indexLayoutChangeEvent.dart
2024-09-27 01:32:49 +08:00

6 lines
169 B
Dart
Executable File

// ignore: camel_case_types
class indexLayoutChangeEvent {
// ignore: non_constant_identifier_names
String LayoutStyle;
indexLayoutChangeEvent(this.LayoutStyle);
}