CampaignFloatingActionButton constructor

CampaignFloatingActionButton({
  1. Key? key,
  2. double width = 180.0,
  3. double height = 180.0,
})

Implementation

CampaignFloatingActionButton({
  Key? key,
  this.width = 180.0,
  this.height = 180.0,
}) : super(key: key);