OptionsEmail constructor
OptionsEmail(
- String? email, {
- Key? key,
- Color? tileColor,
- String? textTitle = 'Email',
- TextStyle? titleStyle,
- TextStyle? subtitleStyle,
- Color? textColor,
- EdgeInsetsGeometry? contentPadding = const EdgeInsets.fromLTRB(16, 0, 0, 0),
- EdgeInsets? margin = const EdgeInsets.all(0),
- BoxBorder? border,
- bool? dense = true,
- bool invertTitlePosition = false,
- Widget? leading,
Implementation
OptionsEmail(this.email, {
super.key,
super.tileColor,
super.textTitle = 'Email',
super.titleStyle,
super.subtitleStyle,
super.textColor,
super.contentPadding = const EdgeInsets.fromLTRB(16, 0, 0, 0),
super.margin,
super.border,
super.dense = true,
super.invertTitlePosition = false,
super.leading,
});