theme property
Implementation
@visibleForTesting
static ThemeData get theme => ThemeData(
primarySwatch: Colors.blue,
visualDensity: VisualDensity.adaptivePlatformDensity,
);
@visibleForTesting
static ThemeData get theme => ThemeData(
primarySwatch: Colors.blue,
visualDensity: VisualDensity.adaptivePlatformDensity,
);