HorizontalItem constructor

const HorizontalItem(
  1. {@required String title,
  2. Key key}
)

Implementation

const HorizontalItem({
  @required this.title,
  Key key,
}) : super(key: key);