headerStyle top-level constant Null safety
Contains constants for styling the UI. The style for the header title in login and registration.
Implementation
/// The style for the header title in login and registration.
const headerStyle = TextStyle(fontSize: 32, fontWeight: FontWeight.bold);