inputDecoration method

InputDecoration? inputDecoration(
  1. InputDecoration? delegate
)

Implementation

InputDecoration? inputDecoration(InputDecoration? delegate) =>
    delegate.selfOrDefault(InputDecoration(border: InputBorder.none));