Full ui structure refactoring. InheritedWidget as entity model

This commit is contained in:
Yegor Vialov
2018-10-15 00:15:09 +03:00
parent b5f9ecf601
commit ffc053fbe6
17 changed files with 1118 additions and 960 deletions

View File

@ -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"
};
}