ListTileStyle constructor

const ListTileStyle({
  1. EdgeInsetsGeometry? margin,
  2. double? spacing,
  3. bool? spacingEnforced,
  4. CrossAxisAlignment? crossAxisAlignment,
  5. MainAxisAlignment? mainAxisAlignment,
  6. bool? mainAxisExpanded,
  7. bool? childExpanded,
  8. TextTileAlign? textAlign,
  9. double? textSpacing,
  10. EdgeInsetsGeometry? textMargin,
})

Create a raw ListTileStyle

Implementation

const ListTileStyle({
  this.margin,
  this.spacing,
  this.spacingEnforced,
  this.crossAxisAlignment,
  this.mainAxisAlignment,
  this.mainAxisExpanded,
  this.childExpanded,
  this.textAlign,
  this.textSpacing,
  this.textMargin,
});