ButtonWidget constructor
const
ButtonWidget({
- Key? key,
- bool? isActive,
- String? title,
- VoidCallback? onPress,
Implementation
const ButtonWidget({super.key, this.isActive, this.title, this.onPress});