|
|
|
@ -97,7 +97,9 @@ class _InsuranceUpdateState extends State<InsuranceUpdate>
|
|
|
|
controller: _tabController,
|
|
|
|
controller: _tabController,
|
|
|
|
children: <Widget>[
|
|
|
|
children: <Widget>[
|
|
|
|
Container(
|
|
|
|
Container(
|
|
|
|
child: ListView.builder(
|
|
|
|
child:
|
|
|
|
|
|
|
|
model.getAllSharedRecordsByStatusResponse.getAllSharedRecordsByStatusList!=null?
|
|
|
|
|
|
|
|
ListView.builder(
|
|
|
|
itemCount: model.getAllSharedRecordsByStatusResponse.getAllSharedRecordsByStatusList.length,
|
|
|
|
itemCount: model.getAllSharedRecordsByStatusResponse.getAllSharedRecordsByStatusList.length,
|
|
|
|
itemBuilder: (BuildContext context, int index) {
|
|
|
|
itemBuilder: (BuildContext context, int index) {
|
|
|
|
return Container(
|
|
|
|
return Container(
|
|
|
|
@ -173,7 +175,7 @@ class _InsuranceUpdateState extends State<InsuranceUpdate>
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}),
|
|
|
|
}):Container(),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
Container(
|
|
|
|
Container(
|
|
|
|
child: ListView.builder(
|
|
|
|
child: ListView.builder(
|
|
|
|
|