Skip to content

How to set the progressIndicatorTheme in ThemeData #177

Closed Answered by rydmike
freemansoft asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @freemansoft,

Thanks for your question.

FlexColorScheme does not claim to contain all features that ThemeData has, only to make many of its more complex topics simpler 🙂

It does however return vanilla ThemeData so you can modify the returned object and add features to it that it lacks with normal ThemeData methods like copyWith and modify or add anything ThemeData offers with it, this in addition to what FlexSeedScheme has already done. For example

FlexThemeData.light(...).copyWith(progressIndicatorTheme: ProgressIndicatorThemeData(
      color: , 
      circularTrackColor: , 
      linearTrackColor: 
      refreshBackgroundColor:
  )));

You might want to look into other similar QAs he…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by rydmike
Comment options

You must be logged in to vote
2 replies
@rydmike
Comment options

@rydmike
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question This issue is a usage question and will be moved to the Discussions section.
2 participants