Full ui structure refactoring. InheritedWidget as entity model
This commit is contained in:
@ -1,12 +0,0 @@
|
||||
part of '../main.dart';
|
||||
|
||||
class _SunEntityWidgetState extends _EntityWidgetState {
|
||||
|
||||
@override
|
||||
Map <String, String> _displayStates = {
|
||||
"below_horizon": "Below horizon",
|
||||
"above_horizon": "Above horizon"
|
||||
};
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user