FitSettingItem constructor
const
FitSettingItem({})
Creates a new settingItem
.
Implementation
const FitSettingItem(
{super.key,
required this.title,
this.subtitle = "",
this.onTap,
this.danger = false,
this.locked = false,
this.leading,
this.trailing});