uiProTheme property
UIProThemeData
get
uiProTheme
Returns the UIProThemeData from the closest UIProTheme ancestor.
Example:
final theme = context.uiProTheme;
print(theme.primaryColor);
Implementation
UIProThemeData get uiProTheme => UIProTheme.of(this);