PhoenixMore constructor
const
PhoenixMore({
- Key? key,
- VoidCallback? onTap,
- TextStyle? titleStyle = const TextStyle(color: Color(0xFF00B3AF), fontSize: 16, fontWeight: FontWeight.w500),
- required String title,
Implementation
const PhoenixMore({
Key? key,
this.onTap,
this.titleStyle = const TextStyle(
color: Color(0xFF00B3AF),
fontSize: 16,
fontWeight: FontWeight.w500,
),
required this.title,
}) : super(key: key);