floating_action_button_location library Null safety

Based on the FloatingActionButtonLocation class in the Flutter SDK.

Instead of using the class like an enum in the Flutter SDK we call the named constructors directly.

- FloatingActionButtonLocation.startTop
+ FloatingActionButtonLocation.startTop()

Classes

FloatingActionButtonLocation