WindowTheme constructor

const WindowTheme({
  1. double? titleBarHeight,
  2. double? resizeThickness,
})

Implementation

const WindowTheme({this.titleBarHeight, this.resizeThickness});