theme: ThemeData( textTheme : Theme.of(context).textTheme.apply( bodyColor: Colors.black, displayColor: Colors.grey[600], )
0 Comments