carouselTitleTextStyle property
TextStyle
get
carouselTitleTextStyle
override
Title text style used for displaying text on Carousel widget
Implementation
@override
TextStyle get carouselTitleTextStyle => _titleMedium.copyWith(
color: colorScheme.onSurface,
);