TSelectionRangeItemWidget constructor
const
TSelectionRangeItemWidget({
- Key? key,
- required TSelectionEntity item,
- required TextEditingController minTextEditingController,
- required TextEditingController maxTextEditingController,
- bool isShouldClearText = false,
- RangeChangedCallback? onRangeChanged,
- ValueChanged<
bool> ? onFocusChanged, - required TSelectionConfig themeData,
Implementation
const TSelectionRangeItemWidget({
super.key,
required this.item,
required this.minTextEditingController,
required this.maxTextEditingController,
this.isShouldClearText = false,
this.onRangeChanged,
this.onFocusChanged,
required this.themeData,
});