FSelectContentStyle constructor
FSelectContentStyle({
- required FSelectSectionStyle sectionStyle,
- required FSelectScrollHandleStyle scrollHandleStyle,
- 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 a FSelectContentStyle.