styling_constants library Null safety

Constants

contentHorizontalPadding → const EdgeInsets
The padding around a widget in login and registration.
EdgeInsets.symmetric(horizontal: 20.0)
headerStyle → const TextStyle
Contains constants for styling the UI. The style for the header title in login and registration.
TextStyle(fontSize: 32, fontWeight: FontWeight.bold)