DecoratedBox

DecoratedBox(
  decoration: BoxDecoration(
    gradient: LinearGradient(
      begin:
      end:
      colors: []
    )
  )
)


관련 문서