style property

  1. @override
TextTileStyle style
override

The TextTileStyle to be applied to the TextTile widget

Implementation

@override
get style => const TextTileStyle(
      spacing: 0.0,
      margin: EdgeInsets.zero,
      align: TextTileAlign.left,
    ).merge(super.style);