change position of counter
This commit is contained in:
parent
87d1f9faa9
commit
95c53acb56
1 changed files with 1 additions and 1 deletions
|
|
@ -311,6 +311,7 @@ class _MihPersonalProfileState extends State<MihPersonalProfile> {
|
||||||
SizedBox(
|
SizedBox(
|
||||||
height: 15,
|
height: 15,
|
||||||
child: ValueListenableBuilder(
|
child: ValueListenableBuilder(
|
||||||
|
valueListenable: _counter,
|
||||||
builder:
|
builder:
|
||||||
(BuildContext context, int value, Widget? child) {
|
(BuildContext context, int value, Widget? child) {
|
||||||
return Row(
|
return Row(
|
||||||
|
|
@ -335,7 +336,6 @@ class _MihPersonalProfileState extends State<MihPersonalProfile> {
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
valueListenable: _counter,
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
const SizedBox(height: 10.0),
|
const SizedBox(height: 10.0),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue