UpButton constructor
const
UpButton({})
Implementation
const UpButton({
Key? key,
this.text,
this.focusNode,
required this.onPressed,
this.child,
this.onFocusChange,
this.colorType,
this.type = UpButtonType.elevated,
this.style,
this.image,
this.icon,
this.widget,
}) : super(key: key);