textStyleBuilder function
- BuildContext context,
- String prefix,
- UserModel user
Implementation
TextStyle textStyleBuilder(
BuildContext context,
String prefix,
UserModel user,
) =>
TextStyle(color: Theme.of(context).colorScheme.primary);
TextStyle textStyleBuilder(
BuildContext context,
String prefix,
UserModel user,
) =>
TextStyle(color: Theme.of(context).colorScheme.primary);