CLFButtonFramework constructor

const CLFButtonFramework({
  1. VoidCallback? callback,
  2. IconData? icon,
  3. String? text,
})

Implementation

const CLFButtonFramework({this.callback, this.icon, this.text});