CustomFloatingActionButtonLocation constructor

const CustomFloatingActionButtonLocation(
  1. double bottom, {
  2. int? max,
  3. int? index,
})

Implementation

const CustomFloatingActionButtonLocation(this.bottom, {this.max, this.index});