We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example, on macOS:
body: SettingsList( platform: DevicePlatform.android, sections: [ SettingsSection( title: Text('Options'), tiles: [ SettingsTile.switchTile( initialValue: false, onToggle: (v) {}, title: Text("Switch"), ), ], ), ], ),
The switch tile will still show as cupertino style:
But I expect it to be material style if platform is set to android.
The text was updated successfully, but these errors were encountered:
@andreadaoud hey, thanks for letting me know, but I cannot reproduce the issue. Please give a link to a reproducible example
Sorry, something went wrong.
M-ixai-L
No branches or pull requests
For example, on macOS:
The switch tile will still show as cupertino style:
But I expect it to be material style if platform is set to android.
The text was updated successfully, but these errors were encountered: