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