build method

  1. @override
Widget build(
  1. BuildContext context,
  2. SlotMeta meta
)
override

Implementation

@override
Widget build(BuildContext context, SlotMeta meta) {
  return SlotDecoration(
    slot: this,
    height: meta.height,
    unFocusedColor: meta.unFocusedColor,
    slotType: meta.slotType,
  );
}