ParamsLoanConnect class

Constructors

ParamsLoanConnect({required String partnerName, bool isNested = false, bool hasExitButton = true, Layout layout = Layout.DEFAULT, Widget build(BuildContext)?, SpinTransition? pageTransition, Widget? servicerNotFoundIcon, Widget? title, Widget? iconText0, Widget? iconText1, Widget? linkIcon, Widget? disclaimerText, Widget? navButton, bool skipLandingPage = false, String? skipToServicerID, SWEnvironment? swEnv})

Properties

build ↔ (Widget Function(BuildContext)?)
getter/setter pair
disclaimerText Widget?
getter/setter pair
hasExitButton bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iconText0 Widget?
getter/setter pair
iconText1 Widget?
getter/setter pair
isNested bool
getter/setter pair
layout Layout
getter/setter pair
linkIcon Widget?
getter/setter pair
getter/setter pair
getter/setter pair
pageTransition SpinTransition
getter/setter pair
partnerName String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
servicerNotFoundIcon Widget
getter/setter pair
skipLandingPage bool
getter/setter pair
skipToServicerID String?
getter/setter pair
swEnv SWEnvironment
getter/setter pair
title Widget?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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