SettingsTailingCheckmark constructor
const
SettingsTailingCheckmark({
- Key? key,
- required SettingsViewController controller,
Implementation
const SettingsTailingCheckmark({
super.key,
required this.controller,
});