MaterialActionItem constructor
- {@required String title,
- VoidCallback onPressed,
- TextStyle textStyle}
Implementation
const MaterialActionItem({
@required this.title,
this.onPressed,
this.textStyle,
}) : assert(title != null);
const MaterialActionItem({
@required this.title,
this.onPressed,
this.textStyle,
}) : assert(title != null);