build method

  1. @override
InlineSpan build()
override

Implementation

@override
InlineSpan build() {
  return WidgetSpan(
      child: Container(
    height: hrConfig.height,
    color: hrConfig.color,
  ));
}