SelectPickerBottomSheetStyle constructor

SelectPickerBottomSheetStyle({
  1. double? borderRadius = 15,
  2. double? height,
  3. Color? closeIconColor = Colors.black87,
  4. Color? backgroundColor = const Color(0xFFFFFFFF),
  5. double? iconSize = 30,
  6. bool? showSeparatorAboveTitle = false,
})

Implementation

SelectPickerBottomSheetStyle({
  this.borderRadius = 15,
  this.height,
  this.closeIconColor = Colors.black87,
  this.backgroundColor = const Color(0xFFFFFFFF),
  this.iconSize = 30,
  this.showSeparatorAboveTitle = false,
});