InstagramSource constructor

InstagramSource(
  1. String username, [
  2. int size = 300
])

Implementation

InstagramSource(this.username, [this.size = 300]);