underSurface property

DynamicColor get underSurface

Implementation

DynamicColor get underSurface => DynamicColor(
  name: "under_surface",
  palette: (scheme) => scheme.primaryPalette,
  tone: (_) => 0.0,
  isBackground: true,
);