giovanni256

Results 5 comments of giovanni256

> Probably just not doing state management correctly. Is this code inside a StatefulWidget or StatelessWidget? If Stateful, you need to call setState when you change a value so that...

> ok, i just miss understood the naming of the switchtile widgets. The name initialvalue , is the actual switch value. `SettingsTile.switchTile( initialValue: controller.darkTheme.value, onToggle: (s) => controller.darkTheme.value = s,`...