FPlatformThemeData constructor
FPlatformThemeData({
- required FThemeData desktop(),
- required FThemeData touch(),
Creates a FPlatformThemeData.
Implementation
FPlatformThemeData({required this._desktop, required this._touch});