basic property

ThemeData get basic

default application theme

Implementation

static ThemeData get basic => ThemeData(
  primarySwatch: Colors.blue,
);