Loading...
Searching...
No Matches
follow_me_button_config.dart
Go to the documentation of this file.
1import 'package:flutter/material.dart';
2
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
31}