SelectionBorderBottom constructor
const
SelectionBorderBottom({
- Key? key,
- Widget? icon,
- String? text,
- bool isLoading = false,
- String? label,
- String? textError,
- bool isSelected = false,
- IconData? suffix,
- double? borderRadius,
- Color? borderColor,
- List<
BoxShadow> ? boxShadow, - double? height,
- double? padding,
- double? margin,
- bool borderBottom = true,
- Color? color = Colors.transparent,
- VoidCallback? onTap,
Implementation
const SelectionBorderBottom({
Key? key,
this.icon,
this.text,
this.isLoading = false,
this.label,
this.textError,
this.isSelected = false,
this.suffix,
this.borderRadius,
this.borderColor,
this.boxShadow,
this.height,
this.padding,
this.margin,
this.borderBottom = true,
this.color = Colors.transparent,
this.onTap
}) : super(key: key);