ButtonSearchRF constructor
ButtonSearchRF({
- Key? key,
- required List<
ChipRF> Chips, - required MapControllerRF controller,
- int selectedIndex = 0,
- double? elevation,
- Color? shadowColor,
- bool autofocus = false,
- BoxConstraints? avatarBoxConstraints,
- BoxConstraints? deleteIconBoxConstraints,
- Clip clipBehavior = Clip.none,
- String? deleteButtonTooltipMessage,
- Widget? deleteIcon,
- FocusNode? focusNode,
- EdgeInsetsGeometry? labelPadding,
- TextStyle? labelStyle,
- MaterialTapTargetSize? materialTapTargetSize,
- VoidCallback? onDeleted,
- EdgeInsetsGeometry? padding,
- BorderSide? side,
- OutlinedBorder? shape,
- Color? surfaceTintColor,
- VisualDensity? visualDensity,
- Color? deleteIconColor,
- IconThemeData? iconTheme,
Implementation
ButtonSearchRF(
{super.key,
required this.Chips,
required this.controller,
this.selectedIndex = 0,
this.elevation,
this.shadowColor,
this.autofocus = false,
this.avatarBoxConstraints,
this.deleteIconBoxConstraints,
this.clipBehavior = Clip.none,
this.deleteButtonTooltipMessage,
this.deleteIcon,
this.focusNode,
this.labelPadding,
this.labelStyle,
this.materialTapTargetSize,
this.onDeleted,
this.padding,
this.side,
this.shape,
this.surfaceTintColor,
this.visualDensity,
this.deleteIconColor,
this.iconTheme});