InfoOption constructor
const
InfoOption({
- required String name,
- String? description,
- IconData icon = Icons.gear_six_fill,
- bool shouldShow(
- BuildContext context
Implementation
const InfoOption({
required super.name,
super.description,
super.icon,
super.shouldShow = _defShouldShow,
});