fixed property

bool fixed
final

Specifies whether to always use the same theme instead of switching between light and dark modes.

/// If true, the same theme is always used without switching between light and dark modes.

ライトモードやダークモードの切り替えを行うのではなく、常に同じテーマを使用するかどうかを指定します。

trueの場合、ライトモードやダークモードの切り替えを行わず、常に同じテーマを使用します。

Implementation

final bool fixed;