FieldButton constructor
const
FieldButton({ - Key? key,
- String? text,
- Widget? child,
- TextAlign textAlign = TextAlign.start,
- int? maxLines = 1,
- VoidCallback? onPressed,
- VoidCallback? onTrailingPressed,
- Widget? trailing,
- TextStyle? style,
- Widget? subtitle,
- Widget? headline,
- bool warning = false,
- bool danger = false,
- BorderSide? border,
})
Implementation
const FieldButton({
super.key,
this.text,
this.child,
this.textAlign = TextAlign.start,
this.maxLines = 1,
this.onPressed,
this.onTrailingPressed,
this.trailing,
this.style,
this.subtitle,
this.headline,
this.warning = false,
this.danger = false,
this.border,
});