rule property

String Function()? rule
final

Returns the (uncolored) horizontal-rule string used to frame the start and end of the interaction — the host sizes it to the terminal. null omits the rule (e.g. tests, or a host that doesn't want framing).

Implementation

final String Function()? rule;