CodeNestIconOutlinedBtn constructor
const
CodeNestIconOutlinedBtn({
- Key? key,
- required Widget icon,
- required VoidCallback? onPressed,
- Color borderColor = Colors.blue,
- double borderWidth = 1.5,
- double size = 48.0,
- double borderRadius = 12.0,
- EdgeInsetsGeometry padding = const EdgeInsets.all(8.0),
- Color? backgroundColor,
Implementation
const CodeNestIconOutlinedBtn({
super.key,
required this.icon,
required this.onPressed,
this.borderColor = Colors.blue,
this.borderWidth = 1.5,
this.size = 48.0,
this.borderRadius = 12.0,
this.padding = const EdgeInsets.all(8.0),
this.backgroundColor,
});