ReownAppKitModalTextStyles class sealed

Available extensions
Annotations
  • @freezed

Constructors

ReownAppKitModalTextStyles.new({required String fontFamily, required TextStyle title400, required TextStyle title500, required TextStyle title600, required TextStyle large400, required TextStyle large500, required TextStyle large600, required TextStyle paragraph400, required TextStyle paragraph500, required TextStyle paragraph600, required TextStyle small400, required TextStyle small500, required TextStyle small600, required TextStyle tiny400, required TextStyle tiny500, required TextStyle tiny600, required TextStyle micro600, required TextStyle micro700})
const
factory

Properties

copyWith → $ReownAppKitModalTextStylesCopyWith<ReownAppKitModalTextStyles>
Create a copy of ReownAppKitModalTextStyles with the given fields replaced by the non-null parameter values.
no setterinherited
fontFamily String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
large400 TextStyle
no setterinherited
large500 TextStyle
no setterinherited
large600 TextStyle
no setterinherited
micro600 TextStyle
no setterinherited
micro700 TextStyle
no setterinherited
paragraph400 TextStyle
no setterinherited
paragraph500 TextStyle
no setterinherited
paragraph600 TextStyle
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
small400 TextStyle
no setterinherited
small500 TextStyle
no setterinherited
small600 TextStyle
no setterinherited
tiny400 TextStyle
no setterinherited
tiny500 TextStyle
no setterinherited
tiny600 TextStyle
no setterinherited
title400 TextStyle
no setterinherited
title500 TextStyle
no setterinherited
title600 TextStyle
no setterinherited

Methods

map<TResult extends Object?>(TResult $default(_ReownAppKitModalTextStyles value)) → TResult

Available on ReownAppKitModalTextStyles, provided by the ReownAppKitModalTextStylesPatterns extension

A switch-like method, using callbacks.
mapOrNull<TResult extends Object?>(TResult? $default(_ReownAppKitModalTextStyles value)?) → TResult?

Available on ReownAppKitModalTextStyles, provided by the ReownAppKitModalTextStylesPatterns extension

A variant of map that fallback to returning null.
maybeMap<TResult extends Object?>(TResult $default(_ReownAppKitModalTextStyles value)?, {required TResult orElse()}) → TResult

Available on ReownAppKitModalTextStyles, provided by the ReownAppKitModalTextStylesPatterns extension

A variant of map that fallback to returning orElse.
maybeWhen<TResult extends Object?>(TResult $default(String fontFamily, TextStyle title400, TextStyle title500, TextStyle title600, TextStyle large400, TextStyle large500, TextStyle large600, TextStyle paragraph400, TextStyle paragraph500, TextStyle paragraph600, TextStyle small400, TextStyle small500, TextStyle small600, TextStyle tiny400, TextStyle tiny500, TextStyle tiny600, TextStyle micro600, TextStyle micro700)?, {required TResult orElse()}) → TResult

Available on ReownAppKitModalTextStyles, provided by the ReownAppKitModalTextStylesPatterns extension

A variant of when that fallback to an orElse callback.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
when<TResult extends Object?>(TResult $default(String fontFamily, TextStyle title400, TextStyle title500, TextStyle title600, TextStyle large400, TextStyle large500, TextStyle large600, TextStyle paragraph400, TextStyle paragraph500, TextStyle paragraph600, TextStyle small400, TextStyle small500, TextStyle small600, TextStyle tiny400, TextStyle tiny500, TextStyle tiny600, TextStyle micro600, TextStyle micro700)) → TResult

Available on ReownAppKitModalTextStyles, provided by the ReownAppKitModalTextStylesPatterns extension

A switch-like method, using callbacks.
whenOrNull<TResult extends Object?>(TResult? $default(String fontFamily, TextStyle title400, TextStyle title500, TextStyle title600, TextStyle large400, TextStyle large500, TextStyle large600, TextStyle paragraph400, TextStyle paragraph500, TextStyle paragraph600, TextStyle small400, TextStyle small500, TextStyle small600, TextStyle tiny400, TextStyle tiny500, TextStyle tiny600, TextStyle micro600, TextStyle micro700)?) → TResult?

Available on ReownAppKitModalTextStyles, provided by the ReownAppKitModalTextStylesPatterns extension

A variant of when that fallback to returning null

Operators

operator ==(Object other) bool
The equality operator.
inherited