Navigine iOS/Android/Flutter SDK
1.0.0
Objective-C/Java/Dart SDK API
Loading...
Searching...
No Matches
follow_me_button_config.dart
Go to the documentation of this file.
1
import
'package:flutter/material.dart'
;
2
9
class
FollowMeButtonConfig
{
10
const
FollowMeButtonConfig
({
11
this.followMeIcon,
12
this.followMeIconActive,
13
this.buttonBackgroundColor,
14
this.accentColor,
15
this.textColor,
16
this.buttonWidth,
17
this.buttonHeight,
18
this.padding,
19
});
20
21
final
Widget? followMeIcon;
22
final
Widget? followMeIconActive;
23
final
Color? buttonBackgroundColor;
24
final
Color? accentColor;
25
final
Color? textColor;
26
final
double
? buttonWidth;
27
final
double
? buttonHeight;
28
final
EdgeInsets? padding;
29
30
static
const
FollowMeButtonConfig
defaultConfig
=
FollowMeButtonConfig
();
31
}
com
widgets
follow_me_button_config.dart
Generated on Thu Apr 16 2026 08:08:54 for Navigine iOS/Android/Flutter SDK by
Doxygen
1.13.2