applyTheme property

bool applyTheme
final

Whether to apply a custom color over the items. It's recommended to use this on vectors that have flat colors.

If colorOverride is null and the current item has no color override then the color from the context's IconThemeData is used.

Defaults to false.

Implementation

final bool applyTheme;