ButtonWidget constructor

const ButtonWidget({
  1. Key? key,
  2. bool? isActive,
  3. String? title,
  4. VoidCallback? onPress,
})

Implementation

const ButtonWidget({super.key, this.isActive, this.title, this.onPress});