SinLayout constructor

const SinLayout({
  1. Key? key,
})

Implementation

const SinLayout({
  Key? key,
}) : super(key: key);