sectionTitleGradient property
The gradient used the for section slide.
Implementation
static LinearGradient sectionTitleGradient = const LinearGradient(
begin: Alignment.topLeft,
end: Alignment.bottomCenter,
colors: [
Color(0xFF00FC40),
Color(0xFF0076F7),
],
);