theme property
ThemeData?
get
theme
The light theme configuration for the application.
Returns null by default, meaning no custom light theme is applied.
Example: ThemeData(colorScheme: ColorScheme.fromSeed(seedColor: Colors.blue))
Implementation
ThemeData? get theme => null;