PropertyOverrides constructor
const
PropertyOverrides({
- required TextStyle style,
- VoidCallback? onTap,
Implementation
const PropertyOverrides({required this.style, this.onTap});