resolve method

HrStyle resolve(
  1. ColorScheme scheme
)

This style with every remaining default filled in.

Falls back to the hrLine* fields on GptMarkdownThemeData, which remain the app-wide way to set them.

Implementation

HrStyle resolve(ColorScheme scheme) {
  return HrStyle(thickness: thickness, color: color, padding: padding);
}