ThemeOverride constructor

const ThemeOverride({
  1. Color? backgroundColor,
  2. Color? textColor,
  3. double? borderRadius,
})

Implementation

const ThemeOverride({this.backgroundColor, this.textColor, this.borderRadius});