API Reference 0.3.24dart_web_toolkit_i18nAutoHorizontalAlignmentConstant

AutoHorizontalAlignmentConstant class

Type for values defined and used in {@link HasAutoHorizontalAlignment}. Defined here so that HorizontalAlignmentConstant can be derived from it, thus allowing HasAutoHorizontalAlignment methods to accept and return both AutoHorizontalAlignmentConstant and HorizontalAlignmentConstant values - without allowing the methods defined here to accept or return AutoHorizontalAlignmentConstant values.

class AutoHorizontalAlignmentConstant{
 // The constructor is package-private to prevent uncontrolled inheritance
 // and instantiation of this class.
 const AutoHorizontalAlignmentConstant.internal();
}

Subclasses

HorizontalAlignmentConstant

Constructors

const AutoHorizontalAlignmentConstant.internal() #

const AutoHorizontalAlignmentConstant.internal();