LiffMenuColorSetting class abstract

Available Extensions
Annotations
  • @anonymous
  • @JS()

Constructors

LiffMenuColorSetting({required String iconColor, required String statusBarColor, required String titleTextColor, required String titleSubtextColor, required String titleButtonColor, required String titleBackgroundColor, required String progressBarColor, required String progressBackgroundColor, required String titleButtonAreaBackgroundColor, required String titleButtonAreaBorderColor})
  • statusBarColor: 'BLACK' | 'WHITE'
  • titleButtonAreaBorderColor: ARGB. Need to convert this to RGBA
  • factory

    Properties

    hashCode int
    The hash code for this object.
    no setterinherited
    iconColor String
    getter/setter pair
    progressBackgroundColor String
    getter/setter pair
    progressBarColor String
    getter/setter pair
    runtimeType Type
    A representation of the runtime type of the object.
    no setterinherited
    statusBarColor String
    allow color: 'BLACK' | 'WHITE'
    getter/setter pair
    titleBackgroundColor String
    getter/setter pair
    titleButtonAreaBackgroundColor String
    getter/setter pair
    titleButtonAreaBorderColor String
    getter/setter pair
    titleButtonColor String
    getter/setter pair
    titleSubtextColor String
    getter/setter pair
    titleTextColor String
    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