AddFab constructor

AddFab(
  1. {Key key,
  2. Widget menu,
  3. double btnSize = 50,
  4. double expandHeight = 300,
  5. double expandWidth = 200,
  6. Color color = Colors.blue}
)

Implementation

AddFab(
    {Key key,
    this.menu,
    this.btnSize = 50,
    this.expandHeight = 300,
    this.expandWidth = 200,
    this.color = Colors.blue})
    : super(key: key);