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