BottomActionItem constructor

const BottomActionItem({
  1. required String title,
  2. TextStyle? titleTextStyle,
  3. VoidCallback? onPressed,
})

Implementation

const BottomActionItem({required this.title, this.titleTextStyle, this.onPressed});