ui build refactoring 1

This commit is contained in:
Yegor Vialov
2020-03-21 23:11:00 +00:00
parent 56d8e389db
commit 2f517a3ad5
6 changed files with 199 additions and 281 deletions

View File

@ -10,7 +10,7 @@ class ViewWidget extends StatelessWidget {
@override
Widget build(BuildContext context) {
if (this.view.panel) {
if (this.view.isPanel) {
return FractionallySizedBox(
widthFactor: 1,
heightFactor: 1,