maxLines property

int? maxLines
final

This hold user defined MaxLines because LinkWell makes user of Flutter RichText Widget it also gives user the option to create max lines it can take a default value of null

Implementation

final int? maxLines;