PropertiesLogic<A, I> class final

The PropertiesLogic class allows you to tailor the visual and functional aspects of a support widget independently for Android and IOS platforms.

This becomes useful when specific properties should be applied only to a particular platform.

Inheritance

Constructors

PropertiesLogic({PropertiesCallback<A>? android, PropertiesCallback<I>? iOS})
creating an instance of PropertiesLogic.
factory
PropertiesLogic.android(PropertiesCallback<A>? android)
creating an instance of PropertiesLogic with Android-specific properties.
factory
PropertiesLogic.iOS(PropertiesCallback<I>? iOS)
creating an instance of PropertiesLogic with IOS-specific properties.
factory

Properties

android ↔ A?
Android-specific properties.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
iOS ↔ I?
IOS-specific properties.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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