BsCloseButton constructor
const
BsCloseButton({
- Key? key,
- VoidCallback? onPressed,
- bool disabled = false,
- bool white = false,
- Color? color,
- double size = 16.0,
- EdgeInsetsGeometry padding = const EdgeInsets.all(4.0),
Creates a BsCloseButton.
Implementation
const BsCloseButton({
super.key,
this.onPressed,
this.disabled = false,
this.white = false,
this.color,
this.size = 16.0,
this.padding = const EdgeInsets.all(4.0),
});