CLFButtonFramework constructor
const
CLFButtonFramework({
- VoidCallback? callback,
- IconData? icon,
- String? text,
Implementation
const CLFButtonFramework({this.callback, this.icon, this.text});