ScopedStyles constructor

ScopedStyles({
  1. required Map<ScreenScope, Style> styles,
})

Implementation

ScopedStyles({required this.styles});