FSelectContentStyle constructor

FSelectContentStyle({
  1. required FSelectSectionStyle sectionStyle,
  2. required FSelectScrollHandleStyle scrollHandleStyle,
  3. required Decoration decoration,
  4. EdgeInsetsGeometry padding = const .symmetric(vertical: 6),
  5. ImageFilter barrierFilter(
    1. BuildContext context,
    2. double animation
    )?,
  6. ImageFilter backgroundFilter(
    1. BuildContext context,
    2. double animation
    )?,
  7. EdgeInsetsGeometry popoverPadding = const .all(5),
  8. FPopoverMotion motion = const FPopoverMotion(),
})

Creates a FSelectContentStyle.