ComposedActionText constructor
const
ComposedActionText({})
Implementation
const ComposedActionText({
Key? key,
required this.onAction,
this.uppercaseAction = true,
required this.normalText,
this.normalStyle,
required this.actionText,
this.actionStyle,
this.disabled = false,
this.busy = false,
this.textAlign = TextAlign.start,
}) : super(key: key);