extendedSize constant

int const extendedSize

Number of tones in extendedTones.

In original implementation package material_color_utilities this is defined as well, presumably for improved efficiency, but there it is set to TonalPalette.commonTones.length. Here we instead manually set it to compile time const of same const list length.

Flutter SDK TonalPalette has 13 tones, FlexTonalPalette extended 25.

Implementation

static const int extendedSize = 25;