SettingsTailingView constructor

const SettingsTailingView({
  1. Key? key,
  2. required SettingsViewController controller,
})

Implementation

const SettingsTailingView({
  super.key,
  required this.controller,
});