FAutocompleteContentStyle constructor
FAutocompleteContentStyle({
- required TextStyle emptyTextStyle,
- required FCircularProgressStyle progressStyle,
- required FAutocompleteSectionStyle sectionStyle,
- required Decoration decoration,
- EdgeInsetsGeometry padding = const .symmetric(vertical: 6),
- ImageFilter barrierFilter(
- BuildContext context,
- double animation
- ImageFilter backgroundFilter(
- BuildContext context,
- double animation
- EdgeInsetsGeometry popoverPadding = const .all(5),
- FPopoverMotion motion = const FPopoverMotion(),
Creates an FAutocompleteContentStyle.