PickerListTileStyle constructor
const
PickerListTileStyle({
- Widget builder(
- FormOption option,
- bool isSelected,
- VoidCallback onTap
- PickerListTileIndicator indicator = PickerListTileIndicator.none,
- Color? activeColor,
- TextStyle? textStyle,
- TextStyle? selectedTextStyle,
- EdgeInsetsGeometry? contentPadding,
- Color? tileColor,
- Color? selectedTileColor,
Implementation
const PickerListTileStyle({
this.builder,
this.indicator = PickerListTileIndicator.none,
this.activeColor,
this.textStyle,
this.selectedTextStyle,
this.contentPadding,
this.tileColor,
this.selectedTileColor,
});