Skip to content

Setup the Color Theme #12

@Arthi-chaud

Description

@Arthi-chaud

The color scheme form the previous Flutter PoC was the following:

theme: ThemeData(
        colorScheme: const ColorScheme(
          primary: Colors.green,
          onPrimary: Colors.white,
          surface: Colors.white,
          onSurface: Colors.black,
          brightness: Brightness.light,
          background: Colors.white,
          onBackground: Colors.black,
          onSecondary: Colors.white,
          secondary: Colors.cyan, 
          error: Colors.red,
          onError: Colors.white,
        ),
        dividerColor: Colors.grey,
        textTheme: const TextTheme(
          titleLarge: TextStyle(
            fontWeight: FontWeight.bold,
          ),
          titleSmall: TextStyle(
            fontWeight: FontWeight.bold,
            fontSize: 12
          ),
        )
      ),

Metadata

Metadata

Assignees

No one assigned

    Labels

    architectureAnything about the app structureenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions