12 lines
220 B
Dart
12 lines
220 B
Dart
part of '../main.dart';
|
|
|
|
class _SunEntityWidgetState extends _EntityWidgetState {
|
|
|
|
@override
|
|
Map <String, String> _displayStates = {
|
|
"below_horizon": "Below horizon",
|
|
"above_horizon": "Above horizon"
|
|
};
|
|
|
|
|
|
} |