QueryFieldTheme constructor

const QueryFieldTheme({
  1. required Color borderColor,
  2. required BorderRadius borderRadius,
  3. required Color backgroundColor,
  4. required Color shadowColor,
  5. required double shadowBlurRadius,
  6. required Offset shadowOffset,
})

Implementation

const QueryFieldTheme(
    {required this.borderColor,
    required this.borderRadius,
    required this.backgroundColor,
    required this.shadowColor,
    required this.shadowBlurRadius,
    required this.shadowOffset});