AyahAudioStyle class
Constructors
-
AyahAudioStyle({Color? textColor, String? playIconPath, double? playIconHeight, Color? playIconColor, String? pauseIconPath, double? pauseIconHeight, Color? readerNameInItemColor, double? readerNameInItemFontSize, double? readerNameFontSize, Color? seekBarThumbColor, Color? seekBarActiveTrackColor, double? seekBarHorizontalPadding, double? previousIconHeight, double? nextIconHeight, Color? seekBarInactiveTrackColor, Color? backgroundColor, double? borderRadius, Color? dialogBackgroundColor, double? dialogBorderRadius, double? dialogWidth, double? dialogHeight, Color? dialogCloseIconColor, Color? dialogSelectedReaderColor, Color? dialogUnSelectedReaderColor, Color? dialogReaderTextColor, Color? seekBarTimeContainerColor, Color? tabIndicatorColor, Color? tabLabelColor, Color? tabUnselectedLabelColor, TextStyle? tabLabelStyle, String? readersTabText, String? downloadedSurahsTabText, })
-
-
AyahAudioStyle.defaults({required bool isDark, required BuildContext context})
-
factory
Methods
-
copyWith({Color? textColor, String? playIconPath, double? playIconHeight, Color? playIconColor, String? pauseIconPath, double? pauseIconHeight, double? previousIconHeight, double? nextIconHeight, Color? readerNameInItemColor, double? readerNameInItemFontSize, double? readerNameFontSize, Color? seekBarThumbColor, Color? seekBarActiveTrackColor, Color? seekBarInactiveTrackColor, double? seekBarHorizontalPadding, Color? backgroundColor, double? borderRadius, Color? dialogBackgroundColor, double? dialogBorderRadius, double? dialogWidth, double? dialogHeight, Color? dialogCloseIconColor, Color? dialogSelectedReaderColor, Color? dialogUnSelectedReaderColor, Color? dialogReaderTextColor, Color? seekBarTimeContainerColor, Color? tabIndicatorColor, Color? tabLabelColor, Color? tabUnselectedLabelColor, TextStyle? tabLabelStyle, String? readersTabText, String? downloadedSurahsTabText, })
→ AyahAudioStyle
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited