6 lines
72 B
Dart
6 lines
72 B
Dart
class HeaderState {
|
|
HeaderState() {
|
|
///Initialize variables
|
|
}
|
|
}
|