Switch
untuk tampilan adaptive antara Ios dan android
Switch.adaptive(
value: _showChart,
onChanged: (val) {
setState(() {
_showChart = val;
});
})
Last updated
Was this helpful?
untuk tampilan adaptive antara Ios dan android
Switch.adaptive(
value: _showChart,
onChanged: (val) {
setState(() {
_showChart = val;
});
})
Last updated
Was this helpful?