FnGlobalButtonConfig constructor

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

Implementation

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