SuggestionConfiguration class

Constructors

SuggestionConfiguration({required Widget title, Widget? subtitle, EdgeInsetsGeometry contentPadding = const EdgeInsets.symmetric(horizontal: 16.0), bool dense = false, bool isThreeLine = false, Widget? leading, Widget? additionWidget, Color? splashColor, BorderRadius splashRadius = BorderRadius.zero})
const

Properties

additionWidget Widget?
A widget to display add to tags.
final
contentPadding EdgeInsetsGeometry
The tile's internal padding.
final
dense bool
Whether this list tile is part of a vertically dense list.
final
hashCode int
The hash code for this object.
no setterinherited
isThreeLine bool
Whether this list tile is intended to display three lines of text.
final
leading Widget?
A widget to display before the title.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
splashColor Color?
The splash color of the ink response. If this property is null then the splash color of the theme, ThemeData.splashColor, will be used.
final
splashRadius BorderRadius
The clipping radius of the containing rect.
final
subtitle Widget?
Additional content displayed below the title.
final
title Widget
The primary content of the list tile.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited