build method

  1. @override
Widget build(
  1. BuildContext context,
  2. HypenAdapter hypen
)
override

Build widget to show.

Implementation

@override
Widget build(BuildContext context, HypenAdapter hypen) =>
    builder(context, hypen);