GNClearButton constructor
const
GNClearButton({
- Key? key,
- required String title,
- required dynamic onPressed()?,
- Color? backgroundColor,
- Color? fontColor,
- EdgeInsets? padding,
- double? fontSize,
- double? elevation,
- OutlinedBorder? shape,
- Color? borderColor,
- double? borderWidth,
- double? minHeight,
- double? minWidth,
- VisualDensity? visualDensity,
Implementation
const GNClearButton(
{super.key,
required this.title,
required this.onPressed,
this.backgroundColor,
this.fontColor,
this.padding,
this.fontSize,
this.elevation,
this.shape,
this.borderColor,
this.borderWidth,
this.minHeight,
this.minWidth, this.visualDensity});