usesDesignSystem property
bool
get
usesDesignSystem
New projects generate a nested design system; v0.3 projects do not.
Implementation
bool get usesDesignSystem => schemaVersion >= 2;
New projects generate a nested design system; v0.3 projects do not.
bool get usesDesignSystem => schemaVersion >= 2;