Screen class

Inheritance

Constructors

Screen({Key? key})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

inherited
build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
createElement() → _StatelessHookElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
fetchRewardDetails(RewardsModel reward) Future<RewardDetailModel?>
inherited
generateClaimUrl(RewardsModel reward) Future<String>
inherited
nativeAd(BuildContext context) Widget
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerApp(RegisterAppParameters registerAppParameters) Future<void>
inherited
rewardProvider({required Widget onBuild(List<RewardsModel> value), Widget buildLoading()?, Widget buildError()?}) Widget
inherited
rewardProviderCategory({required Widget onBuild(List<RewardsModel> pendings, List<RewardsModel> collected, List<RewardsModel> expired), Widget buildLoading()?}) Widget
inherited
rewardProviderGrouped({required Widget onBuild(DatedRewards? value), Widget buildLoading()?, Widget buildError()?}) Widget
inherited
showFullScreenAd(BuildContext context, {AdModuleWithCallBacks? adModuleWithCallBacks}) → dynamic
inherited
showFullScreenAdWithName(BuildContext context, {AdModuleWithCallBacks? adModuleWithCallBacks, String route = "default"}) → dynamic
inherited
showReview(BuildContext context, dynamic onSubmit(MapEntry<int, String>? feedback, String? description), dynamic onGoodRating(dynamic setKey())) → dynamic
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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