ИД

Size: a a a
ИД
EE
ИД
КБ
A
r
bloc:
yield state..duration = 10;
yield state..duration = 11;
state:
class ReLoginState {
int duration = 0;
}
page:
blocBuilder{
return Text(state.duration);
}
M
bloc:
yield state..duration = 10;
yield state..duration = 11;
state:
class ReLoginState {
int duration = 0;
}
page:
blocBuilder{
return Text(state.duration);
}
M
r
M
r
SK
M
r
RV
M
M
SK
T