AppConstants class
Bu sınıf, uygulama boyunca kullanılacak genel sabit değerleri içerir. This class contains general constant values to be used throughout the app.
Constructors
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
- defaultIconSize → const double
- Simge (icon) boyutu için varsayılan değer. Default icon size value.
- defaultPadding → const double
- Genel Stil Ayarları General Style Settings Varsayılan dolgu boşluğu (padding) değeri. Default padding value used for spacing elements.
- errorColor → const Color
- Hata durumlarında kullanılacak renk. Color used for error situations or messages.
- greyColor → const Color
- Gri renkteki arka plan rengi. Color used for the grey background.
- horizontalPadding → const double
- Yatay yönde dolgu boşluğu (padding) değeri. Horizontal padding value used for spacing elements horizontally.
- inforColor → const Color
- Renkler Colors Bilgi mesajlarında kullanılacak renk. Color used for informational messages.
- successColor → const Color
- Başarılı işlemlerde kullanılacak renk. Color used for successful operations or messages.
- toastWidth → const double
- Bildirim mesajları için kullanılacak genişlik değeri. Width value for the toast messages.
- verticalPadding → const double
- Dikey yönde dolgu boşluğu (padding) değeri. Vertical padding value used for spacing elements vertically.