MaterialXButton constructor

const MaterialXButton({
  1. Key? key,
  2. String? title = '',
  3. Function? onTap,
  4. Color? color,
  5. Color? textColor,
  6. Widget? child,
  7. EdgeInsetsGeometry? padding,
  8. bool? active,
  9. bool isCircle = false,
  10. BorderRadiusGeometry? borderRadius,
})

Implementation

const MaterialXButton({Key? key, this.title = '', this.onTap, this.color, this.textColor, this.child, this.padding, this.active, this.isCircle = false, this.borderRadius}) : super(key: key);