FloatingButton constructor

FloatingButton({
  1. required String text,
  2. required Function onPressed,
  3. IconData? icon,
})

Implementation

FloatingButton({required this.text, required this.onPressed, this.icon});