settingsTitle top-level property
Implementation
TextStyle settingsTitle = const TextStyle(
fontSize: 16,
fontWeight: FontWeight.w700,
fontFamily: "Poppins",
color: Colors.black,
);
TextStyle settingsTitle = const TextStyle(
fontSize: 16,
fontWeight: FontWeight.w700,
fontFamily: "Poppins",
color: Colors.black,
);