getStyle method

ListTileStyle getStyle()

Returns the style of the matched ListTile via Widget.toDiagnosticsNode

Implementation

ListTileStyle getStyle() {
  return getDiagnosticProp<ListTileStyle>('style');
}