navigations property

List<CSSNavigation>? navigations
final

@navigation CSS at-rule array. The array enumerates @navigation at-rules starting with the innermost one, going outwards.

Implementation

final List<CSSNavigation>? navigations;