SurahInfoStyle class
Constructors
-
SurahInfoStyle({Color? closeIconColor, Color? surahNameColor, Color? surahNumberColor, Color? backgroundColor, Color? primaryColor, Color? titleColor, Color? indicatorColor, Color? textColor, String? ayahCount, String? secondTabText, String? firstTabText, double? bottomSheetWidth, double? bottomSheetHeight})
-
-
SurahInfoStyle.defaults({required bool isDark, required BuildContext context})
-
factory
Methods
-
copyWith({Color? backgroundColor, Color? closeIconColor, Color? surahNameColor, Color? surahNumberColor, Color? primaryColor, Color? titleColor, Color? indicatorColor, Color? textColor, String? ayahCount, String? secondTabText, String? firstTabText, double? bottomSheetWidth, double? bottomSheetHeight})
→ SurahInfoStyle
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited