menu
noteflutter package
documentation
tiktok/pages/userPage.dart
TextGroup
TextGroup.new const constructor
TextGroup.new const constructor
dark_mode
light_mode
TextGroup
constructor
const
TextGroup
(
String
title
,
String
tag
, {
Key
?
key
,
Color
?
color
,
})
Implementation
const TextGroup( this.title, this.tag, { Key? key, this.color, }) : super(key: key);
noteflutter package
documentation
tiktok/pages/userPage
TextGroup
TextGroup.new const constructor
TextGroup class