Section 1 : 2.2 Making the app yours


> the below code is not working for me, Still the appbar color remains blue and white 

theme: theme.copyWith(
        colorScheme: theme.colorScheme.copyWith(
            primary: Colors.grey,
            secondary: Colors.black,
        ),
    ),
1 Like