warning property

FSThemeData get warning

Light theme with warning color scheme (yellow)

Implementation

static FSThemeData get warning =>
    FSThemeData.light(seedColor: FlutstrapTheme.defaultWarning);