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