Tag: flutter theme color

  • Theme color Flutter, how to use in web app

    In Flutter 3.0 theme color we’ll use Material design 3. Certainly we will adopt the same principle in our ongoing web app. However, we need to understand how we can configure the overall visual Theme for a MaterialApp or a widget subtree within the app. That’s the first step. In fact, this section will explain…