NxSelectBox constructor
const
NxSelectBox({
- Key? key,
- Widget? icon,
- bool useFilter = false,
- String? text,
- bool isLoading = false,
- String? label,
- String? textError,
- List<
NxOptions> ? options, - dynamic selected,
- IconData? suffixIcon,
- double? borderRadius,
- Color? borderColor,
- List<
BoxShadow> ? boxShadow, - double? height,
- double? padding,
- double? margin,
- bool borderBottom = true,
- bool multipleSelect = false,
- Color? color = Colors.transparent,
- ValueChanged? onSelected,
Implementation
const NxSelectBox({
Key? key,
this.icon,
this.useFilter = false,
this.text,
this.isLoading = false,
this.label,
this.textError,
this.options,
this.selected,
this.suffixIcon,
this.borderRadius,
this.borderColor,
this.boxShadow,
this.height,
this.padding,
this.margin,
this.borderBottom = true,
this.multipleSelect = false,
this.color = Colors.transparent,
this.onSelected
}) : super(key: key);