build: Use Flutter 3.19.6 for Linux
This commit is contained in:
parent
5f40393dd9
commit
d4da2dd431
8 changed files with 43 additions and 10 deletions
|
|
@ -120,7 +120,8 @@ class UserBottomSheetView extends StatelessWidget {
|
|||
padding: const EdgeInsets.all(12.0),
|
||||
child: Material(
|
||||
color:
|
||||
Theme.of(context).colorScheme.surfaceContainerHighest,
|
||||
// ignore: deprecated_member_use
|
||||
Theme.of(context).colorScheme.surfaceVariant,
|
||||
borderRadius:
|
||||
BorderRadius.circular(AppConfig.borderRadius),
|
||||
child: ListTile(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue