EE
Size: a a a
EE
Ю
АА
EE
SG
SG
Ю
SG
SG
SG
ВР
АА
SG
builder: (context, snapshot) {
final currentState = snapshot.data;
switch (currentState.runtimeType) {
case Empty:
return _createView(context, "1");
case Full:
return _createView(context, "2");
default:
return _createView(context, "3");
}
DY
SG
ВР
Ю
SG
DY
Ю