FKappaThemeExtension constructor

const FKappaThemeExtension({
  1. required Color brandColor,
  2. double defaultRadius = 8.0,
})

Implementation

const FKappaThemeExtension({
  required this.brandColor,
  this.defaultRadius = 8.0,
});