FnGlobalButtonConfig constructor

FnGlobalButtonConfig({
  1. double? bottom,
  2. double? right,
})

Implementation

FnGlobalButtonConfig({this.bottom, this.right});