FAutocompleteContentStyle constructor

FAutocompleteContentStyle({
  1. required TextStyle emptyTextStyle,
  2. required FCircularProgressStyle progressStyle,
  3. required FAutocompleteSectionStyle sectionStyle,
  4. required Decoration decoration,
  5. EdgeInsetsGeometry padding = const .symmetric(vertical: 6),
  6. ImageFilter barrierFilter(
    1. BuildContext context,
    2. double animation
    )?,
  7. ImageFilter backgroundFilter(
    1. BuildContext context,
    2. double animation
    )?,
  8. EdgeInsetsGeometry popoverPadding = const .all(5),
  9. FPopoverMotion motion = const FPopoverMotion(),
})