SunnyFormTheme constructor

const SunnyFormTheme({
  1. bool starForRequiredFields = true,
  2. bool adaptive = false,
})

Implementation

const SunnyFormTheme(
    {this.starForRequiredFields = true, this.adaptive = false});