PickerListTileStyle constructor

const PickerListTileStyle({
  1. Widget builder(
    1. FormOption option,
    2. bool isSelected,
    3. VoidCallback onTap
    )?,
  2. PickerListTileIndicator indicator = PickerListTileIndicator.none,
  3. Color? activeColor,
  4. TextStyle? textStyle,
  5. TextStyle? selectedTextStyle,
  6. EdgeInsetsGeometry? contentPadding,
  7. Color? tileColor,
  8. Color? selectedTileColor,
})

Implementation

const PickerListTileStyle({
  this.builder,
  this.indicator = PickerListTileIndicator.none,
  this.activeColor,
  this.textStyle,
  this.selectedTextStyle,
  this.contentPadding,
  this.tileColor,
  this.selectedTileColor,
});