-
-
Notifications
You must be signed in to change notification settings - Fork 122
Closed
Labels
V7This issue concerns version 7 and will be addressed in itThis issue concerns version 7 and will be addressed in itquestionThis issue is a usage question and will be moved to the Discussions section.This issue is a usage question and will be moved to the Discussions section.works as expectedReported issue is not a bug, everything works as expected and designedReported issue is not a bug, everything works as expected and designed
Description
Hello All,
I am using flex_color_scheme: ^7.3.1 and trying to change my textformfield fill color. I checked the examples on website and surfaceContainerHighest is used to fill these widgets however in my code, surfaceContainer and it's versions do not effect any color. All white for all theme models. Using blueWhale currently.
I guess, I am missing sth but I could not find any solution.
Material App:
child: MaterialApp(
debugShowCheckedModeBanner: false,
title: 'XXXXXX',
themeMode: ThemeMode.system,
theme: FlexColorScheme.light(scheme: FlexScheme.outerSpace, useMaterial3: true).toTheme,
darkTheme: FlexColorScheme.dark(scheme: FlexScheme.blueWhale, useMaterial3: true).toTheme,
home: myWidget,
),
TextFormField: -> fillColor: Theme.of(context).colorScheme.surfaceContainerHighest,
Thank you for your support.
Ergün
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
V7This issue concerns version 7 and will be addressed in itThis issue concerns version 7 and will be addressed in itquestionThis issue is a usage question and will be moved to the Discussions section.This issue is a usage question and will be moved to the Discussions section.works as expectedReported issue is not a bug, everything works as expected and designedReported issue is not a bug, everything works as expected and designed