SmartButton constructor
const
SmartButton({
- required Widget child,
- required SmartButtonSize size,
- required SmartButtonTheme theme,
- bool expand = false,
- Key? key,
- VoidCallback? onPressed,
Implementation
const SmartButton({
required this.child,
required this.size,
required this.theme,
this.expand = false,
super.key,
this.onPressed,
});