Answers for "texttheme deprecated"

0

texttheme deprecated

// textTheme is deprecated, replace it with titleTextStyle
appBarTheme: AppBarTheme(
          titleTextStyle: TextStyle(
            fontFamily: 'OpenSans',
            fontWeight: FontWeight.bold,
          ),
        )
Posted by: Guest on March-15-2022

Code answers related to "texttheme deprecated"

Browse Popular Code Answers by Language