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