FSelectContentStyle constructor
const
FSelectContentStyle({
- required FSelectSectionStyle sectionStyle,
- required FSelectScrollHandleStyle scrollHandleStyle,
- EdgeInsetsGeometry padding = const EdgeInsets.symmetric(vertical: 5),
Creates a FSelectContentStyle.
Implementation
const FSelectContentStyle({
required this.sectionStyle,
required this.scrollHandleStyle,
this.padding = const EdgeInsets.symmetric(vertical: 5),
});