mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
Migrate platform_channels to Material 3 (#1623)
* Migrate platform_channels to Material 3 * fix tests --------- Co-authored-by: Brett Morgan <brettmorgan@google.com>
This commit is contained in:
@@ -60,7 +60,7 @@ class _PlatformImageDemoState extends State<PlatformImageDemo> {
|
||||
const SizedBox(
|
||||
height: 16,
|
||||
),
|
||||
ElevatedButton(
|
||||
FilledButton(
|
||||
onPressed: imageData != null
|
||||
? null
|
||||
: () {
|
||||
|
||||
Reference in New Issue
Block a user