FollowMeButtonConfig constructor

const FollowMeButtonConfig({
  1. Widget? followMeIcon,
  2. Widget? followMeIconActive,
  3. Color? buttonBackgroundColor,
  4. Color? accentColor,
  5. Color? textColor,
  6. double? buttonWidth,
  7. double? buttonHeight,
  8. EdgeInsets? padding,
})

Implementation

const FollowMeButtonConfig({
  this.followMeIcon,
  this.followMeIconActive,
  this.buttonBackgroundColor,
  this.accentColor,
  this.textColor,
  this.buttonWidth,
  this.buttonHeight,
  this.padding,
});