浏览代码

fix compile error

/siyaoH-1.17-PlatformMessage
siyao 4 年前
当前提交
c71c65b5
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 3
      com.unity.uiwidgets/Runtime/material/theme_data.cs
  2. 2
      com.unity.uiwidgets/Runtime/material/typography.cs

3
com.unity.uiwidgets/Runtime/material/theme_data.cs


public readonly IconThemeData accentIconTheme;
public readonly TabBarTheme tabBarTheme;
public readonly TooltipThemeData tooltipTheme;
public readonly CardTheme cardTheme;
public readonly ChipThemeData chipTheme;

2
com.unity.uiwidgets/Runtime/material/typography.cs


public class Typography : Diagnosticable {
Typography(
public Typography(
TextTheme black = null,
TextTheme white = null,
TextTheme englishLike = null,

正在加载...
取消
保存