AppFloatingActionBtn constructor
const
AppFloatingActionBtn({
- Key? key,
- required VoidCallback onPressed,
- String label = '',
- IconData icon = Icons.add,
- String? tag,
Implementation
const AppFloatingActionBtn({
super.key,
required this.onPressed,
this.label = '',
this.icon = Icons.add,
this.tag,
});