DraftModeFormButtonText constructor
const
DraftModeFormButtonText(
- String label, {
- Key? key,
- GlobalKey<
FormState> ? formKey, - Future<
void> onPressed()?, - DraftModeUIButtonSize size = DraftModeUIButtonSize.large,
- DraftModeUIButtonVariant variant = DraftModeUIButtonVariant.primary,
- bool stretched = true,
Implementation
const DraftModeFormButtonText(
this.label, {
super.key,
this.formKey,
this.onPressed,
this.size = DraftModeUIButtonSize.large,
this.variant = DraftModeUIButtonVariant.primary,
this.stretched = true,
});