MaterialXButton constructor
const
MaterialXButton({
- Key? key,
- String? title = '',
- Function? onTap,
- Color? color,
- Color? textColor,
- Widget? child,
- EdgeInsetsGeometry? padding,
- bool? active,
- bool isCircle = false,
- 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);