theme property

AppThemeData theme

Get AppThemeData placed on the widget tree.

ウィジェットツリー上に配置されているAppThemeDataを取得します。

Implementation

AppThemeData get theme {
  return AppThemeData.of(this);
}