Loading...
Searching...
No Matches
FollowMeButtonConfig Class Reference

Configuration for FollowMeButton widget. Allows customization of icons, styles and layout. More...

Public Member Functions

 FollowMeButtonConfig (followMeIcon, followMeIconActive, buttonBackgroundColor, accentColor, textColor, buttonWidth, buttonHeight, padding)
 

Static Public Member Functions

static FollowMeButtonConfig defaultConfig ()
 

Detailed Description

Configuration for FollowMeButton widget. Allows customization of icons, styles and layout.

const followMeConfig = FollowMeButtonConfig(
accentColor: Color(0xFF30AAD9),
buttonBackgroundColor: Color(0xF2FAFAFA),
textColor: Color(0xFF152D47),
buttonWidth: 48,
buttonHeight: 48,
);
// FollowMeButtonConfig(followMeIcon: Image.asset('assets/icon.png'), followMeIconActive: ...)

Definition at line 9 of file follow_me_button_config.dart.

Constructor & Destructor Documentation

◆ FollowMeButtonConfig()

FollowMeButtonConfig.FollowMeButtonConfig ( followMeIcon ,
followMeIconActive ,
buttonBackgroundColor ,
accentColor ,
textColor ,
buttonWidth ,
buttonHeight ,
padding  )
inline

Definition at line 10 of file follow_me_button_config.dart.

Member Function Documentation

◆ defaultConfig()

static FollowMeButtonConfig FollowMeButtonConfig.defaultConfig ( )
static

The documentation for this class was generated from the following file: