FPlatformThemeData constructor

FPlatformThemeData({
  1. required FThemeData desktop(),
  2. required FThemeData touch(),
})

Creates a FPlatformThemeData.

Implementation

FPlatformThemeData({required this._desktop, required this._touch});