FloatyHeadButton constructor

FloatyHeadButton({
  1. required FloatyHeadText text,
  2. required String tag,
  3. FloatyHeadPadding? padding,
  4. FloatyHeadMargin? margin,
  5. int? width,
  6. int? height,
  7. FloatyHeadDecoration? decoration,
})

Implementation

FloatyHeadButton({
  required this.text,
  required this.tag,
  this.padding,
  this.margin,
  this.width,
  this.height,
  this.decoration,
});