CodeNestFloatingActionBtn constructor
const
CodeNestFloatingActionBtn({
- Key? key,
- required Widget icon,
- required VoidCallback onPressed,
- Color backgroundColor = Colors.blue,
- double elevation = 6.0,
- double size = 56.0,
- ShapeBorder shape = const CircleBorder(),
Implementation
const CodeNestFloatingActionBtn({
super.key,
required this.icon,
required this.onPressed,
this.backgroundColor = Colors.blue,
this.elevation = 6.0,
this.size = 56.0,
this.shape = const CircleBorder(),
});