horizontal constant

YaruPageTransitionsTheme const horizontal

Horizontal slide and fade page transitions.

This page transitions theme is best suited for applications using a horizontal navigation pattern, such as classic desktop wizards or master- detail applications in portrait mode.

Implementation

static const horizontal = YaruPageTransitionsTheme._(
  builders: {
    TargetPlatform.linux: _horizontalBuilder,
    TargetPlatform.macOS: _horizontalBuilder,
    TargetPlatform.windows: _horizontalBuilder,
  },
);