SettingTile constructor
const
SettingTile({})
Implementation
const SettingTile({
super.key,
this.header,
this.body,
this.content,
this.leading,
this.tailing,
this.subscription,
this.background,
this.rippleColor,
this.pressedColor,
this.padding = const EdgeInsets.symmetric(
horizontal: 24,
vertical: 12,
),
this.onClick,
});