getTheme method

  1. @protected
SvgTheme getTheme()

Returns the svg theme.

Implementation

// @visibleForTesting
@protected
SvgTheme getTheme() {
  return const SvgTheme();
}