ProButtonText constructor
const
ProButtonText({})
ProButtonText is a basic text type button made with major parameters that a developer will need. Modify the button in your way, passing values easily.
Implementation
const ProButtonText({
Key? key,
this.text,
this.fontSize,
this.fontColor,
this.fontWeight,
this.width,
this.height,
this.borderRadius,
this.backgroundColor,
this.elevation,
this.padding,
this.focusNode,
required this.function,
}) : super(key: key);