resolve method
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);
}