ActionItem constructor

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

Implementation

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