applyTheme property

bool applyTheme
final

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

By default the color from the context's IconThemeData is used, refer to color to set a custom one.

Implementation

final bool applyTheme;