DefaultFooterConfig class
The footer configuration both apps were carrying a private copy of.
The liability block and the external-links title come from AnthologyLocalizations, so its delegate must be registered on the enclosing MaterialApp. The link list is a constructor argument rather than a hard-coded constant so a consumer is not forced to advertise somebody else's sites.
- Inheritance
-
- Object
- FooterConfig
- DefaultFooterConfig
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getExternalLinks(
BuildContext context) → List< ExternalLinkConfig> -
override
-
getExternalLinksTitle(
BuildContext context) → String -
override
-
getLiabilityText(
BuildContext context) → String -
override
-
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