cupTheme property

CupertinoThemeData get cupTheme

Returns the cupertino theme data from the closest cupertino.CupertinoTheme ancestor.

context.cupertinoTheme is equivalent to cupertino.CupertinoTheme.of.

Implementation

cupertino.CupertinoThemeData get cupTheme {
  return cupertino.CupertinoTheme.of(this);
}