Gunakan variabel kelas di kelas lain dalam flutter
class StatefulWidget{
FlatButton(
onPressed: (){
Something.counter++; // This variable is your counter you mentioned earlier
}
);
}
Fragile Fox