BottomButtonWidget constructor
const
BottomButtonWidget({})
Implementation
const BottomButtonWidget(
{super.key,
required this.normalImage,
required this.imageSize,
this.markCount = 0,
this.normalTitle,
this.selectedTitle,
this.selectedImage,
this.onPressed,
this.isSelected = false,
this.rotationNotifier,
this.delay = const Duration(milliseconds: 100)});