theme property

ThemeData theme

Implementation

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