Flutter
foundation
LicenseParagraph
LicenseParagraph const constructor
LicenseParagraph
LicenseParagraph class
Constructors
LicenseParagraph
Properties
indent
text
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Constants
centeredIndent
LicenseParagraph constructor
const
LicenseParagraph
(
String
text
,
int
indent
)
Creates a string for a license entry paragraph.
Implementation
const LicenseParagraph(this.text, this.indent);