AppButtonConfig.text constructor
const
AppButtonConfig.text(})
Implementation
const AppButtonConfig.text(
String title, {
this.onPressed,
this.onPressedDisabled,
this.popFirst = false,
this.flex = 1,
this.type = AppButtonType.elevated,
}) : _title = title,
_child = null;