HomeConstants class

Parameters used in the home screen. Its fields are

buttonRadius Corner radius for the buttons

lockSize Size of the lock icon when buttons are unavailable

opacity Opacity ratio when buttons are unavailable

buttonTextHeightRatio Text height (for each line) in relation to the button total height

buttonPadding Padding for the buttons

buttonTextPadding Padding for the text inside the buttons

buttonHeightRatio Ratio by which the total screen height is divided to obtain the button height

viewMyTestsFont Font size for the texts in "view my tests"

codeIdRadius Corner radius for the reference code field

Constructors

HomeConstants.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

buttonHeightRatio → const double
buttonPadding → const double
buttonRadius → const double
buttonTextHeightRatio → const double
buttonTextPadding → const double
codeIdRadius → const double
lockSize → const double
opacity → const double
viewMyTestsFont → const double