TileAffinity
        Inherits: Enum
Where to place a control in controls that use ListTile to position a
control next to a label.
Properties
- 
          LEADING–Positions the control on the leading edge, and the secondary control, if 
- 
          PLATFORM–Positions the control relative to the text in the fashion that is typical 
- 
          TRAILING–Positions the control on the trailing edge, and the secondary control, if 
Properties#
LEADING = 'leading'
  
      class-attribute
      instance-attribute
  
#
    Positions the control on the leading edge, and the secondary control, if any, on the trailing edge.
PLATFORM = 'platform'
  
      class-attribute
      instance-attribute
  
#
    Positions the control relative to the text in the fashion that is typical for the current platform, and place the secondary control on the opposite side.
TRAILING = 'trailing'
  
      class-attribute
      instance-attribute
  
#
    Positions the control on the trailing edge, and the secondary control, if any, on the leading edge.