FSelectContentStyle constructor

const FSelectContentStyle({
  1. required FSelectSectionStyle sectionStyle,
  2. required FSelectScrollHandleStyle scrollHandleStyle,
  3. 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),
});