6 lines
68 B
Dart
6 lines
68 B
Dart
class TextState {
|
|
TextState() {
|
|
///Initialize variables
|
|
}
|
|
}
|