designLanguage property

DesignLanguage designLanguage
latefinal

Design Language based on the PlatformType. This field is obtained by getDefaultDesignLanguage.

If the PlatformType is android or fuchsia, it will be material. If the PlatformType is iOS or macOS, it will be cupertino. If the PlatformType is windows, it will be fluent. If the PlatformType is linux or web, it will be material.

See also:

Implementation

late final DesignLanguage designLanguage;