flutter

FAB Extended

floatingActionButton: FloatingActionButton.extended(
    onPressed: () {},
    icon: Icon(Icons.save),
    label: Text("Save"),
)
Was this helpful?