GlassSectionRow constructor
const
GlassSectionRow({})
Creates a section row.
Implementation
const GlassSectionRow({
required this.title,
super.key,
this.subtitle,
this.leading,
this.trailing,
this.onTap,
});
Creates a section row.
const GlassSectionRow({
required this.title,
super.key,
this.subtitle,
this.leading,
this.trailing,
this.onTap,
});