style property

SeniorStatePageStyle? style
final

The style definitions for the component. Allows you to configure: SeniorStatePageStyle.titleColor the color of the page title. SeniorStatePageStyle.subtitleColor the page subtitle color.

It can be set on the SeniorTheme instance assigned to the app in the SeniorStatePageThemeData.style parameter.

Implementation

final SeniorStatePageStyle? style;