menu
Flutter
painting.dart
ColorSwatch
<
T
>
operator [] method
operator []
dark_mode
light_mode
description
operator []
method
Color
?
operator []
(
T
index
)
Returns an element of the swatch table.
Implementation
Color? operator [](T index) => _swatch[index];
Flutter
painting
ColorSwatch
<
T
>
operator [] method
ColorSwatch class
Cookies management controls